mirror of
https://github.com/konvajs/konva.git
synced 2026-01-09 11:34:38 +08:00
standardized init method names with underscores
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
}
|
||||
|
||||
Kinetic.Util.addMethods(Kinetic.Stage, {
|
||||
_initStage: function(config) {
|
||||
___init: function(config) {
|
||||
this.createAttrs();
|
||||
// call super constructor
|
||||
Kinetic.Container.call(this, config);
|
||||
|
||||
Reference in New Issue
Block a user