build for 3.2.7

This commit is contained in:
Anton Lavrenov 2019-05-27 20:27:18 -05:00
parent e786a5c1dd
commit 532927def3
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
}(this, function () { 'use strict'; }(this, function () { 'use strict';
/* /*
* Konva JavaScript Framework v3.2.6 * Konva JavaScript Framework v3.2.7
* http://konvajs.org/ * http://konvajs.org/
* Licensed under the MIT * Licensed under the MIT
* Date: Mon May 27 2019 * Date: Mon May 27 2019
@ -75,7 +75,7 @@
? self ? self
: {}; : {};
var Konva = { var Konva = {
version: '3.2.6', version: '3.2.7',
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

File diff suppressed because one or more lines are too long

View File

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