mirror of
https://github.com/konvajs/konva.git
synced 2025-10-14 03:24:54 +08:00
removed ^ from package.json file. Removed throttling support for mousemove and touchmove for now. It doesn't appear to have helped performance on Anton's device, so I don't want to leave it in if it's not making much of a difference. Anything that's async can be error prone, especially in combination with batch drawing
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
"grunt": "0.4.2",
|
||||
"connect": "2.13.0",
|
||||
"grunt-contrib-copy": "~0.5.0",
|
||||
"grunt-shell": "^0.6.4",
|
||||
"jsdoc": "^3.3.0-alpha4",
|
||||
"grunt-mocha-phantomjs": "^0.4.2",
|
||||
"grunt-contrib-watch": "^0.5.3"
|
||||
"jsdoc": "~3.3.0-alpha4",
|
||||
"grunt-mocha-phantomjs": "~0.4.2",
|
||||
"grunt-contrib-watch": "~0.5.3",
|
||||
"grunt-shell": "~0.6.4"
|
||||
},
|
||||
"readmeFilename": "README.md",
|
||||
"main": "kinetic.js",
|
||||
|
Reference in New Issue
Block a user