Commit 572b3e8d authored by JC Brand's avatar JC Brand

Use 'extend' instead of 'override'. updates #46

parent 25b56e35
...@@ -4798,7 +4798,7 @@ ...@@ -4798,7 +4798,7 @@
'remove': function (name) { 'remove': function (name) {
delete converse.plugins[name]; delete converse.plugins[name];
}, },
'override': function (obj, attributes) { 'extend': function (obj, attributes) {
/* Helper method for overriding or extending Converse's Backbone Views or Models /* Helper method for overriding or extending Converse's Backbone Views or Models
* *
* When a method is overriden, the original will still be available * When a method is overriden, the original will still be available
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment