Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(540)

Unified Diff: sky/framework/inspector/css-agent.sky

Issue 685323003: Convert more this.exports to module.exports (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Clean diff Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/framework/inspector/debug.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/inspector/css-agent.sky
diff --git a/sky/framework/inspector/css-agent.sky b/sky/framework/inspector/css-agent.sky
index 86ccab23fba554990a95ce26a30c6a6a1cf7e861..c9d31a1cadf9f0af0cee063a23ca6ae76111a05b 100644
--- a/sky/framework/inspector/css-agent.sky
+++ b/sky/framework/inspector/css-agent.sky
@@ -47,5 +47,5 @@ CSS.prototype.getComputedStyleForNode = function(params) {
}
}
-this.exports = CSS;
+module.exports = CSS;
</script>
« no previous file with comments | « no previous file | sky/framework/inspector/debug.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698