mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 13:24:12 +01:00
Replace expression closures (methods).
Expression closures are to be axed. See https://bugzil.la/1083458.
This commit is contained in:
@@ -26,7 +26,9 @@ var ModuleBase = Class("ModuleBase", {
|
||||
*/
|
||||
requires: [],
|
||||
|
||||
toString: function () "[module " + this.constructor.className + "]"
|
||||
toString: function () {
|
||||
return "[module " + this.constructor.className + "]";
|
||||
}
|
||||
});
|
||||
|
||||
var _id = 0;
|
||||
|
||||
Reference in New Issue
Block a user