[Pkg-javascript-commits] [dojo] 01/06: Fixes #8048 in 1.2 branch. Make sure firebug lite works when shrinksafe runs over it. \!strict

David Prévot taffit at moszumanska.debian.org
Mon May 11 20:12:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag 1.2.3
in repository dojo.

commit 61c469618e1ab8bd5e3a700e9f5f11f75d85e03f
Author: James Burke <jrburke at gmail.com>
Date:   Sun Nov 16 21:49:10 2008 +0000

    Fixes #8048 in 1.2 branch. Make sure firebug lite works when shrinksafe runs over it. \!strict
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.2/dojo@15722 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 _firebug/firebug.js | 62 +++++++++++++++++++++++++++--------------------------
 1 file changed, 32 insertions(+), 30 deletions(-)

diff --git a/_firebug/firebug.js b/_firebug/firebug.js
index 70fa483..ca04178 100644
--- a/_firebug/firebug.js
+++ b/_firebug/firebug.js
@@ -83,6 +83,38 @@ if(
 		}
 	}catch(e){/*squelch*/}
 
+	// ***************************************************************************
+	
+	// most of the objects in this script are run anonomously
+	var _firebugDoc = document;
+	var _firebugWin = window;
+	var __consoleAnchorId__ = 0;
+	
+	var consoleFrame = null;
+	var consoleBody = null;
+	var consoleObjectInspector = null;
+	var fireBugTabs = null;
+	var commandLine = null;
+	var consoleToolbar = null;
+	
+	var frameVisible = false;
+	var messageQueue = [];
+	var groupStack = [];
+	var timeMap = {};
+	
+	var consoleDomInspector = null;
+	var _inspectionMoveConnection;
+	var _inspectionClickConnection;
+	var _inspectionEnabled = false;
+	var _inspectionTimer = null;
+	var _inspectTempNode = document.createElement("div");
+			
+			
+	var _inspectCurrentNode;
+	var _restoreBorderStyle;
+
+	// ***************************************************************************
+
 	window.console = {
 		_connects: [],
 		log: function(){
@@ -299,36 +331,6 @@ if(
 			}
 		}
 	};
-	
-	// ***************************************************************************
-	
-	// most of the objects in this script are run anonomously
-	var _firebugDoc = document;
-	var _firebugWin = window;
-	var __consoleAnchorId__ = 0;
-	
-	var consoleFrame = null;
-	var consoleBody = null;
-	var consoleObjectInspector = null;
-	var fireBugTabs = null;
-	var commandLine = null;
-	var consoleToolbar = null;
-	
-	var frameVisible = false;
-	var messageQueue = [];
-	var groupStack = [];
-	var timeMap = {};
-	
-	var consoleDomInspector = null;
-	var _inspectionMoveConnection;
-	var _inspectionClickConnection;
-	var _inspectionEnabled = false;
-	var _inspectionTimer = null;
-	var _inspectTempNode = document.createElement("div");
-			
-			
-	var _inspectCurrentNode;
-	var _restoreBorderStyle;
 
 	// ***************************************************************************
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git



More information about the Pkg-javascript-commits mailing list