Hi
i have a javascript file and it has options.registry['some_thing'] = options.Class.extend({.............}) in it
so i want to override this in another JS file(let's call it custom.js) but in console it rejects my custom.js file by logging Rejected Modules {custom.js}
is there a way to override this?