1
0
mirror of https://github.com/konvajs/konva.git synced 2025-04-05 20:48:28 +08:00

build for 7.1.5

This commit is contained in:
Anton Lavrenov 2020-11-10 09:01:17 -05:00
parent cac47ed03b
commit 5eeea496d4
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
}(this, (function () { 'use strict';
/*
* Konva JavaScript Framework v7.1.4
* Konva JavaScript Framework v7.1.5
* http://konvajs.org/
* Licensed under the MIT
* Date: Tue Nov 10 2020
@ -76,7 +76,7 @@
: {};
var Konva = {
_global: glob,
version: '7.1.4',
version: '7.1.5',
isBrowser: detectBrowser(),
isUnminified: /param/.test(function (param) { }.toString()),
dblClickWindow: 400,

4
konva.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "konva",
"version": "7.1.4",
"version": "7.1.5",
"author": "Anton Lavrenov",
"files": [
"README.md",