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:
@@ -244,9 +244,8 @@
|
||||
}
|
||||
glob.Konva = Konva;
|
||||
Konva.global = glob;
|
||||
|
||||
Konva.document = document;
|
||||
Konva.window = window;
|
||||
Konva.window = glob;
|
||||
Konva.document = glob.document;
|
||||
|
||||
if (typeof exports === 'object') {
|
||||
module.exports = Konva;
|
||||
|
||||
Reference in New Issue
Block a user