cleaned up jshint errors in Image.js

This commit is contained in:
Eric Rowell
2013-11-27 10:22:24 -08:00
parent 1dec988c27
commit bc11554452
2 changed files with 6 additions and 9 deletions

View File

@@ -13,5 +13,8 @@
"indent": 4,
"latedef": true,
"quotmark": "single",
"unused": true
"unused": true,
"globals": {
"Kinetic": false
}
}