mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 02:37:59 +08:00
tons of refactoring to make the code base even more elegant and flexibile. In particular, the setAttrs() method is much more powerful now, and serves as a really convenient way for setting a bunch of node properties at once
This commit is contained in:
@@ -11,6 +11,7 @@ function log(message) {
|
||||
*/
|
||||
function Test() {
|
||||
this.testOnly = '';
|
||||
this.counter = 0;
|
||||
}
|
||||
/**
|
||||
* Test methods
|
||||
|
Reference in New Issue
Block a user