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/
* 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)
* Modified work Copyright (C) 2014 - 2015 by Anton Lavrenov (Konva)
@ -39,7 +39,7 @@
var Konva = {
// public
version: '1.1.0',
version: '1.1.1',
// private
stages: [],
@ -11223,7 +11223,10 @@
delete dd.node;
(layer || node).draw();
if (node.getLayer() || layer) {
(layer || node).draw();
}
}
},
_endDragAfter: function(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",
"version": "1.1.0",
"version": "1.1.1",
"author": "Anton Lavrenov",
"files": [
"README.md",