build for 1.1.1

This commit is contained in:
Anton Lavrenov
2016-08-30 09:09:22 +03:00
parent b73f1f0697
commit 215f1698d4
3 changed files with 13 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
/* /*
* Konva JavaScript Framework v1.1.0 * Konva JavaScript Framework v1.1.1
* http://konvajs.github.io/ * http://konvajs.github.io/
* Licensed under the MIT or GPL Version 2 licenses. * Licensed under the MIT or GPL Version 2 licenses.
* Date: Sun Aug 21 2016 * Date: Tue Aug 30 2016
* *
* Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS) * Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS)
* Modified work Copyright (C) 2014 - 2015 by Anton Lavrenov (Konva) * Modified work Copyright (C) 2014 - 2015 by Anton Lavrenov (Konva)
@@ -39,7 +39,7 @@
var Konva = { var Konva = {
// public // public
version: '1.1.0', version: '1.1.1',
// private // private
stages: [], stages: [],
@@ -11223,8 +11223,11 @@
delete dd.node; delete dd.node;
if (node.getLayer() || layer) {
(layer || node).draw(); (layer || node).draw();
} }
}
}, },
_endDragAfter: function(evt) { _endDragAfter: function(evt) {
evt = evt || {}; evt = evt || {};

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