Hi,
I'm the YSlow maintainer and noticed the last Firebug 1.8.0b7 is not
invoking *initialize* function on YSlow Firebug Module:
Firebug.YSlow = FBL.extend(Firebug.Module, {
initialize: function (prefDomain, prefNames) {
// ... UNREACHEABLE CONTENT ... //
},
// ... //
});
function YSlowFBPanel() {}
YSlowFBPanel.prototype = FBL.extend(Firebug.Panel, {
name: "YSlow",
// ... //
initialize: function (context, doc) {
// ... reachable content ...//
},
// ... //
});
Firebug.registerModule(Firebug.YSlow);
Firebug.registerPanel(YSlowFBPanel);
The YSlow for Firebug code wasn't changed and it's working properly on
FF5 with Firebug 1.7.3.
Any recent changes we should be aware of?
Thanks,
Marcel
--
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en.