Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE

This commit is contained in:
Ed Morley
2012-10-30 17:02:31 +00:00
parent 45fc50349a
commit c34b7d9377
477 changed files with 2209 additions and 2441 deletions

View File

@@ -54,7 +54,7 @@
* of GCLI and can be run as a test case.
*/
this.EXPORTED_SYMBOLS = [ 'helpers' ];
var EXPORTED_SYMBOLS = [ 'helpers' ];
var test = { };
@@ -503,7 +503,7 @@ DeveloperToolbarTest.closeAllTabs = function() {
///////////////////////////////////////////////////////////////////////////////
this.helpers = {};
var helpers = {};
var assert = { ok: ok, is: is, log: info };