mirror of
https://github.com/konvajs/konva.git
synced 2026-01-09 11:34:38 +08:00
update CHANGELOG with new version
This commit is contained in:
@@ -245,15 +245,15 @@
|
||||
glob.Konva = Konva;
|
||||
Konva.global = glob;
|
||||
|
||||
Konva.document = document;
|
||||
Konva.window = window;
|
||||
|
||||
if (typeof exports === 'object') {
|
||||
module.exports = Konva;
|
||||
return;
|
||||
} else if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module.
|
||||
define(function() {
|
||||
return Konva;
|
||||
});
|
||||
}
|
||||
Konva.document = document;
|
||||
Konva.window = window;
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user