cleaned up jshint errors in Image.js

This commit is contained in:
Eric Rowell
2013-11-27 10:29:15 -08:00
parent bc11554452
commit 3c4cd6e9ed
2 changed files with 105 additions and 108 deletions

View File

@@ -15,6 +15,7 @@
"quotmark": "single",
"unused": true,
"globals": {
"Kinetic": false
"Kinetic": false,
"document": false
}
}