build for 3.3.2

This commit is contained in:
Anton Lavrenov 2019-06-03 09:44:48 -05:00
parent c2c49614fa
commit fcda92b26a
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
}(this, function () { 'use strict';
/*
* Konva JavaScript Framework v3.3.1
* Konva JavaScript Framework v3.3.2
* http://konvajs.org/
* Licensed under the MIT
* Date: Mon Jun 03 2019
@ -75,7 +75,7 @@
? self
: {};
var Konva = {
version: '3.3.1',
version: '3.3.2',
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.1",
"version": "3.3.2",
"author": "Anton Lavrenov",
"files": [
"README.md",