mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
build for 0.12.4
This commit is contained in:
parent
8549ab58f1
commit
2edc6cdc5d
6
konva.js
6
konva.js
@ -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
4
konva.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "konva",
|
||||
"version": "0.12.3",
|
||||
"version": "0.12.4",
|
||||
"author": "Anton Lavrenov",
|
||||
"scripts": {
|
||||
"start": "gulp",
|
||||
|
Loading…
Reference in New Issue
Block a user