update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov
2017-10-11 12:20:02 +04:00
parent 8488175474
commit 9306768267
2 changed files with 13 additions and 14 deletions

View File

@@ -187,7 +187,6 @@
"space-before-function-parentheses": [0, "always"],
"space-in-brackets": [0, "never"],
"space-in-parens": [0, "never"],
"max-statements": [1, 30],
"space-infix-ops": 2,
"keyword-spacing": 0,
"space-unary-ops": [

View File

@@ -7,8 +7,8 @@
if (_pixelRatio) {
return _pixelRatio;
}
var canvas = Konva.Util.createCanvasElement(),
context = canvas.getContext('2d'),
var canvas = Konva.Util.createCanvasElement();
var context = canvas.getContext('2d');
_pixelRatio = (function() {
var devicePixelRatio = Konva.window.devicePixelRatio || 1,
backingStoreRatio =