build for 3.3.0

This commit is contained in:
Anton Lavrenov 2019-05-28 15:43:00 -05:00
parent 2a502d9d8f
commit 9fc0dc78cd
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
}(this, function () { 'use strict';
/*
* Konva JavaScript Framework v3.2.7
* Konva JavaScript Framework v3.3.0
* http://konvajs.org/
* Licensed under the MIT
* Date: Tue May 28 2019
@ -75,7 +75,7 @@
? self
: {};
var Konva = {
version: '3.2.7',
version: '3.3.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.2.7",
"version": "3.3.0",
"author": "Anton Lavrenov",
"files": [
"README.md",