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

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

Issue 687263005: Use module.exports rather than this.exports (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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/console-agent.sky ('k') | sky/framework/inspector/indexeddb-agent.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/inspector/dom-agent.sky
diff --git a/sky/framework/inspector/dom-agent.sky b/sky/framework/inspector/dom-agent.sky
index f3bc58ee03c92738ebf509b14aa12c81d033878e..8d96b9d1f386ff323a984f41bd444ab78da93d7b 100644
--- a/sky/framework/inspector/dom-agent.sky
+++ b/sky/framework/inspector/dom-agent.sky
@@ -161,5 +161,5 @@ DOMAgent.prototype.mutationCallback_ = function(mutationRecords) {
}
};
-this.exports = DOMAgent;
+module.exports = DOMAgent;
</script>
« no previous file with comments | « sky/framework/inspector/console-agent.sky ('k') | sky/framework/inspector/indexeddb-agent.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698