build for 3.2.4

This commit is contained in:
Anton Lavrenov 2019-04-05 08:16:08 -05:00
parent 620fb08287
commit 704b575678
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
}(this, function () { 'use strict';
/*
* Konva JavaScript Framework v3.2.3
* Konva JavaScript Framework v3.2.4
* http://konvajs.org/
* Licensed under the MIT
* Date: Fri Apr 05 2019
@ -75,7 +75,7 @@
? self
: {};
var Konva = {
version: '3.2.3',
version: '3.2.4',
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.2.3",
"version": "3.2.4",
"author": "Anton Lavrenov",
"files": [
"README.md",