build for 3.1.4

This commit is contained in:
Anton Lavrenov 2019-02-27 17:32:55 -05:00
parent c2db437c72
commit 1976a589d4
3 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
}(function () { 'use strict'; }(function () { 'use strict';
/* /*
* Konva JavaScript Framework v3.1.3 * Konva JavaScript Framework v3.1.4
* http://konvajs.org/ * http://konvajs.org/
* Licensed under the MIT * Licensed under the MIT
* Date: Wed Feb 27 2019 * Date: Wed Feb 27 2019
@ -18,7 +18,7 @@
/** /**
* @namespace Konva * @namespace Konva
*/ */
var version = '3.1.3'; var version = '3.1.4';
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.3", "version": "3.1.4",
"author": "Anton Lavrenov", "author": "Anton Lavrenov",
"files": [ "files": [
"README.md", "README.md",