build for 0.12.4

This commit is contained in:
Anton Lavrenov 2016-04-19 16:17:45 +07:00
parent 8549ab58f1
commit 2edc6cdc5d
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
/*
* Konva JavaScript Framework v0.12.3
* Konva JavaScript Framework v0.12.4
* http://konvajs.github.io/
* Licensed under the MIT or GPL Version 2 licenses.
* Date: Tue Apr 19 2016
@ -39,7 +39,7 @@
var Konva = {
// public
version: '0.12.3',
version: '0.12.4',
// private
stages: [],
@ -10322,7 +10322,7 @@
};
/**
* batch draw. this function will not do imidiate draw
* batch draw. this function will not do immediate draw
* but it will schedule drawing to next tick (requestAnimFrame)
* @method
* @return {Konva.Layer} this

4
konva.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "konva",
"version": "0.12.3",
"version": "0.12.4",
"author": "Anton Lavrenov",
"scripts": {
"start": "gulp",