mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
build for 7.1.9
This commit is contained in:
parent
37779c9658
commit
53604dac97
4
konva.js
4
konva.js
@ -5,7 +5,7 @@
|
|||||||
}(this, (function () { 'use strict';
|
}(this, (function () { 'use strict';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Konva JavaScript Framework v7.1.8
|
* Konva JavaScript Framework v7.1.9
|
||||||
* http://konvajs.org/
|
* http://konvajs.org/
|
||||||
* Licensed under the MIT
|
* Licensed under the MIT
|
||||||
* Date: Fri Nov 20 2020
|
* Date: Fri Nov 20 2020
|
||||||
@ -76,7 +76,7 @@
|
|||||||
: {};
|
: {};
|
||||||
var Konva = {
|
var Konva = {
|
||||||
_global: glob,
|
_global: glob,
|
||||||
version: '7.1.8',
|
version: '7.1.9',
|
||||||
isBrowser: detectBrowser(),
|
isBrowser: detectBrowser(),
|
||||||
isUnminified: /param/.test(function (param) { }.toString()),
|
isUnminified: /param/.test(function (param) { }.toString()),
|
||||||
dblClickWindow: 400,
|
dblClickWindow: 400,
|
||||||
|
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": "7.1.8",
|
"version": "7.1.9",
|
||||||
"author": "Anton Lavrenov",
|
"author": "Anton Lavrenov",
|
||||||
"files": [
|
"files": [
|
||||||
"README.md",
|
"README.md",
|
||||||
|
Loading…
Reference in New Issue
Block a user