# HG changeset patch # User Myk Melez # Date 1225863163 28800 # Node ID 03a77e6d86cdaee9253e9fd6a875cbfc41c02f03 # Parent 48d21192fe8578099c92dd62afa7102ece2f2324 remove boilerplate that isn't necessary in an abstract class diff -r 48d21192fe85 -r 03a77e6d86cd modules/target.js --- a/modules/target.js Tue Nov 04 19:09:11 2008 -0800 +++ b/modules/target.js Tue Nov 04 21:32:43 2008 -0800 @@ -36,18 +36,6 @@ let EXPORTED_SYMBOLS = ["SnowlTarget"]; -const Cc = Components.classes; -const Ci = Components.interfaces; -const Cr = Components.results; -const Cu = Components.utils; - -// modules that come with Firefox - -// modules that are generic - -// modules that are Snowl-specific - - function SnowlTarget() {} SnowlTarget.prototype = {