mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 10:47:59 +08:00
tweaked throttling algo and added unit tests
This commit is contained in:
@@ -10,7 +10,7 @@ function log(message) {
|
||||
* Test constructor
|
||||
*/
|
||||
function Test() {
|
||||
this.testOnly = '';
|
||||
this.testOnly = 'TRANSITION - all transition types';
|
||||
this.counter = 0;
|
||||
}
|
||||
/**
|
||||
|
Reference in New Issue
Block a user