migrate to gulp

This commit is contained in:
lavrton
2015-04-07 15:03:08 +07:00
parent f9e9a48900
commit cdb1bd0437
19 changed files with 5964 additions and 645 deletions

View File

@@ -995,7 +995,7 @@
* move node up
* @method
* @memberof Konva.Node.prototype
* @returns {Boolean}
* @returns {Boolean} flag is moved or not
*/
moveUp: function() {
if (!this.parent) {