Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with Firebug 1.9 #10

Merged
merged 1 commit into from
Feb 11, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.8
0.0.9
2 changes: 1 addition & 1 deletion chrome/content/reps.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FBL.ns(function() { with (FBL) {
var stringBundle = document.getElementById("firesass-strings");

var eps = Components.classes["@mozilla.org/uriloader/external-protocol-service;1"]
.getService(Ci.nsIExternalProtocolService);
.getService(Components.interfaces.nsIExternalProtocolService);
var sl = Firebug.getRep(new FBL.SourceLink());

function cacheSassDebugInfo(sourceLink) {
Expand Down
4 changes: 2 additions & 2 deletions install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RDF:Description RDF:about="urn:mozilla:install-manifest"
em:id="firesass@sass-lang.com"
em:name="FireSass for Firebug"
em:version="0.0.8"
em:version="0.0.9"
em:creator="Nathan Weizenbaum"
em:description="FireSass allows Firebug to display the original Sass filename and line number of Sass-generated CSS styles."
em:homepageURL="http://github.com/nex3/firesass"
Expand All @@ -15,5 +15,5 @@
<RDF:Description RDF:about="rdf:#$NXdse3"
em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
em:minVersion="3.0"
em:maxVersion="9.*" />
em:maxVersion="11.*" />
</RDF:RDF>