mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +08:00
lots of jshinting
This commit is contained in:
@@ -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 '';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user