lots of jshinting

This commit is contained in:
Eric Rowell
2013-06-01 22:03:02 -07:00
parent 3f67cc8b60
commit 77793aed60
8 changed files with 48 additions and 38 deletions

View File

@@ -132,8 +132,8 @@
try {
return this.element.toDataURL();
}
catch(e) {
Kinetic.Util.warn('Unable to get data URL. ' + e.message)
catch(err) {
Kinetic.Util.warn('Unable to get data URL. ' + err.message);
return '';
}
}