build for 7.0.3

This commit is contained in:
Anton Lavrenov 2020-07-09 16:51:15 -05:00
parent b5e7362d26
commit a154c82343
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 v7.0.2 * Konva JavaScript Framework v7.0.3
* http://konvajs.org/ * http://konvajs.org/
* Licensed under the MIT * Licensed under the MIT
* Date: Thu Jul 09 2020 * Date: Thu Jul 09 2020
@ -76,7 +76,7 @@
: {}; : {};
var Konva = { var Konva = {
_global: glob, _global: glob,
version: '7.0.2', version: '7.0.3',
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": "7.0.2", "version": "7.0.3",
"author": "Anton Lavrenov", "author": "Anton Lavrenov",
"files": [ "files": [
"README.md", "README.md",