build for 4.0.14

This commit is contained in:
Anton Lavrenov 2019-10-11 07:56:26 -05:00
parent fa933cdeb8
commit fc3bb59794
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
}(this, function () { 'use strict';
/*
* Konva JavaScript Framework v4.0.13
* Konva JavaScript Framework v4.0.14
* http://konvajs.org/
* Licensed under the MIT
* Date: Fri Oct 11 2019
@ -76,7 +76,7 @@
: {};
var Konva = {
_global: glob,
version: '4.0.13',
version: '4.0.14',
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.0.13",
"version": "4.0.14",
"author": "Anton Lavrenov",
"files": [
"README.md",