mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
build for 3.2.1
This commit is contained in:
parent
0e87ded7ba
commit
3037b52ea4
6
konva.js
6
konva.js
@ -5,7 +5,7 @@
|
|||||||
}(this, function () { 'use strict';
|
}(this, function () { 'use strict';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Konva JavaScript Framework v3.2.0
|
* Konva JavaScript Framework v3.2.1
|
||||||
* http://konvajs.org/
|
* http://konvajs.org/
|
||||||
* Licensed under the MIT
|
* Licensed under the MIT
|
||||||
* Date: Mon Mar 18 2019
|
* Date: Mon Mar 18 2019
|
||||||
@ -76,10 +76,10 @@
|
|||||||
: {};
|
: {};
|
||||||
var Konva2;
|
var Konva2;
|
||||||
(function (Konva2) {
|
(function (Konva2) {
|
||||||
Konva2.version = '3.2.0';
|
Konva2.version = '3.2.1';
|
||||||
})(Konva2 || (Konva2 = {}));
|
})(Konva2 || (Konva2 = {}));
|
||||||
var Konva = {
|
var Konva = {
|
||||||
version: '3.2.0',
|
version: '3.2.1',
|
||||||
isBrowser: detectBrowser(),
|
isBrowser: detectBrowser(),
|
||||||
isUnminified: /comment/.test(function () {
|
isUnminified: /comment/.test(function () {
|
||||||
/* comment */
|
/* comment */
|
||||||
|
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": "3.2.0",
|
"version": "3.2.1",
|
||||||
"author": "Anton Lavrenov",
|
"author": "Anton Lavrenov",
|
||||||
"files": [
|
"files": [
|
||||||
"README.md",
|
"README.md",
|
||||||
|
Loading…
Reference in New Issue
Block a user