build for 7.1.0

This commit is contained in:
Anton Lavrenov 2020-09-07 11:05:40 -05:00
parent d8362ac76a
commit 4f7c1d5436
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
}(this, (function () { 'use strict';
/*
* Konva JavaScript Framework v7.0.7
* Konva JavaScript Framework v7.1.0
* http://konvajs.org/
* Licensed under the MIT
* Date: Mon Sep 07 2020
@ -76,7 +76,7 @@
: {};
var Konva = {
_global: glob,
version: '7.0.7',
version: '7.1.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": "7.0.7",
"version": "7.1.0",
"author": "Anton Lavrenov",
"files": [
"README.md",