build for 3.1.5

This commit is contained in:
Anton Lavrenov 2019-02-27 17:59:48 -05:00
parent 16407de83d
commit 992c6d2966
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 v3.1.4 * Konva JavaScript Framework v3.1.5
* http://konvajs.org/ * http://konvajs.org/
* Licensed under the MIT * Licensed under the MIT
* Date: Wed Feb 27 2019 * Date: Wed Feb 27 2019
@ -19,7 +19,7 @@
/** /**
* @namespace Konva * @namespace Konva
*/ */
var version = '3.1.4'; var version = '3.1.5';
var isBrowser = typeof window !== 'undefined' && var isBrowser = typeof window !== 'undefined' &&
// browser case // browser case
({}.toString.call(window) === '[object Window]' || ({}.toString.call(window) === '[object Window]' ||

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": "3.1.4", "version": "3.1.5",
"author": "Anton Lavrenov", "author": "Anton Lavrenov",
"files": [ "files": [
"README.md", "README.md",