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:
Eric Rowell
2014-02-27 19:07:10 -08:00
parent 5cbb73a079
commit fbcc5814f2
2 changed files with 9 additions and 8 deletions

View File

@@ -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",