More fixes.
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
mindplot.CentralTopic = new Class({
|
||||
|
||||
Extends:mindplot.Topic,
|
||||
initialize: function(model) {
|
||||
this.parent(model);
|
||||
initialize: function(model,options) {
|
||||
this.parent(model,options);
|
||||
},
|
||||
|
||||
_registerEvents : function() {
|
||||
|
||||
Reference in New Issue
Block a user