Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/content/ui/utils.js

Issue 5294633391226880: issue 1435 - Port popup.html from Chrome/Safari/Opera to Firefox (Closed)
Patch Set: Created Oct. 27, 2014, 9:40 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/content/ui/popup.js ('k') | chrome/locale/en-US/popup.properties » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/ui/utils.js
===================================================================
--- a/chrome/content/ui/utils.js
+++ b/chrome/content/ui/utils.js
@@ -47,6 +47,7 @@
var {Synchronizer} = require("synchronizer");
var {UI} = require("ui");
var {Utils} = require("utils");
+var ext;
saroyanm 2014/10/27 21:49:20 @Wladimir I'm not sure if we should use require fu
/**
* Shortcut for document.getElementById(id)
« no previous file with comments | « chrome/content/ui/popup.js ('k') | chrome/locale/en-US/popup.properties » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld