build for 4.1.6

This commit is contained in:
Anton Lavrenov 2020-02-25 19:24:39 -05:00
parent c44b2732d0
commit a23084ed6b
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
}(this, (function () { 'use strict';
/*
* Konva JavaScript Framework v4.1.5
* Konva JavaScript Framework v4.1.6
* http://konvajs.org/
* Licensed under the MIT
* Date: Tue Feb 25 2020
@ -76,7 +76,7 @@
: {};
var Konva = {
_global: glob,
version: '4.1.5',
version: '4.1.6',
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": "4.1.5",
"version": "4.1.6",
"author": "Anton Lavrenov",
"files": [
"README.md",