Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Mix merge midair collision from API rename
Browse files Browse the repository at this point in the history
  • Loading branch information
peterflynn committed Apr 5, 2012
1 parent a4b0c76 commit f6a2a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LiveDevelopment/Documents/CSSDocument.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ define(function CSSDocumentModule(require, exports, module) {

// If the CSS document is dirty, push the changes into the browser now
if (doc.isDirty) {
CSSAgent.reloadDocument(this.doc);
CSSAgent.reloadCSSForDocument(this.doc);
}
};

Expand Down

0 comments on commit f6a2a6c

Please sign in to comment.