build for 3.4.0

This commit is contained in:
Anton Lavrenov 2019-07-12 17:14:45 +07:00
parent d0e5a45543
commit 408e760425
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
}(this, function () { 'use strict';
/*
* Konva JavaScript Framework v3.3.3
* Konva JavaScript Framework v3.4.0
* http://konvajs.org/
* Licensed under the MIT
* Date: Fri Jul 12 2019
@ -76,7 +76,7 @@
: {};
var Konva = {
_global: glob,
version: '3.3.3',
version: '3.4.0',
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": "3.3.3",
"version": "3.4.0",
"author": "Anton Lavrenov",
"files": [
"README.md",