mirror of
https://github.com/konvajs/konva.git
synced 2025-12-19 10:58:20 +08:00
build for 1.7.2
This commit is contained in:
10
konva.js
10
konva.js
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Konva JavaScript Framework v1.7.1
|
* Konva JavaScript Framework v1.7.2
|
||||||
* http://konvajs.github.io/
|
* http://konvajs.github.io/
|
||||||
* Licensed under the MIT or GPL Version 2 licenses.
|
* Licensed under the MIT or GPL Version 2 licenses.
|
||||||
* Date: Wed Oct 11 2017
|
* Date: Wed Oct 11 2017
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
var Konva = {
|
var Konva = {
|
||||||
// public
|
// public
|
||||||
version: '1.7.1',
|
version: '1.7.2',
|
||||||
|
|
||||||
// private
|
// private
|
||||||
stages: [],
|
stages: [],
|
||||||
@@ -245,17 +245,17 @@
|
|||||||
glob.Konva = Konva;
|
glob.Konva = Konva;
|
||||||
Konva.global = glob;
|
Konva.global = glob;
|
||||||
|
|
||||||
|
Konva.document = document;
|
||||||
|
Konva.window = window;
|
||||||
|
|
||||||
if (typeof exports === 'object') {
|
if (typeof exports === 'object') {
|
||||||
module.exports = Konva;
|
module.exports = Konva;
|
||||||
return;
|
|
||||||
} else if (typeof define === 'function' && define.amd) {
|
} else if (typeof define === 'function' && define.amd) {
|
||||||
// AMD. Register as an anonymous module.
|
// AMD. Register as an anonymous module.
|
||||||
define(function() {
|
define(function() {
|
||||||
return Konva;
|
return Konva;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
Konva.document = document;
|
|
||||||
Konva.window = window;
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
/*eslint-disable eqeqeq, no-cond-assign, no-empty*/
|
/*eslint-disable eqeqeq, no-cond-assign, no-empty*/
|
||||||
|
|||||||
4
konva.min.js
vendored
4
konva.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "konva",
|
"name": "konva",
|
||||||
"version": "1.7.1",
|
"version": "1.7.2",
|
||||||
"author": "Anton Lavrenov",
|
"author": "Anton Lavrenov",
|
||||||
"files": [
|
"files": [
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|||||||
Reference in New Issue
Block a user