mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
build for 1.7.2
This commit is contained in:
parent
2ee1827564
commit
1ba5180261
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/
|
||||
* Licensed under the MIT or GPL Version 2 licenses.
|
||||
* Date: Wed Oct 11 2017
|
||||
@ -38,7 +38,7 @@
|
||||
|
||||
var Konva = {
|
||||
// public
|
||||
version: '1.7.1',
|
||||
version: '1.7.2',
|
||||
|
||||
// private
|
||||
stages: [],
|
||||
@ -245,17 +245,17 @@
|
||||
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;
|
||||
})();
|
||||
|
||||
/*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",
|
||||
"version": "1.7.1",
|
||||
"version": "1.7.2",
|
||||
"author": "Anton Lavrenov",
|
||||
"files": [
|
||||
"README.md",
|
||||
|
Loading…
Reference in New Issue
Block a user