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

Unified Diff: sky/framework/inspector/debug.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 | « sky/framework/inspector/css-agent.sky ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/inspector/debug.sky
diff --git a/sky/framework/inspector/debug.sky b/sky/framework/inspector/debug.sky
index 1a33fff5dce6ec4723704ed57e032ee3e17a8f82..60fc18204b22e5510e7deb51310dd474a781ef05 100644
--- a/sky/framework/inspector/debug.sky
+++ b/sky/framework/inspector/debug.sky
@@ -9,7 +9,7 @@ function loggingStub(name) {
}
}
-this.exports = {
+module.exports = {
logParams: logParams,
loggingStub: loggingStub,
}
« no previous file with comments | « sky/framework/inspector/css-agent.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698