mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 04:14:52 +08:00
Merge pull request #461 from wvankuipers/patch-1
removed tailing `,` to prevent JS errors in IE
This commit is contained in:
@@ -665,6 +665,6 @@
|
||||
for (key in methods) {
|
||||
constructor.prototype[key] = methods[key];
|
||||
}
|
||||
},
|
||||
}
|
||||
};
|
||||
})();
|
||||
|
Reference in New Issue
Block a user