build for 1.7.2

This commit is contained in:
Anton Lavrenov
2017-10-11 13:38:23 +04:00
parent 2ee1827564
commit 1ba5180261
3 changed files with 8 additions and 8 deletions

View File

@@ -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

File diff suppressed because one or more lines are too long

View File

@@ -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",