Changeset 7654
- Timestamp:
- 03/19/07 00:44:13 (22 months ago)
- Files:
-
- 1 modified
-
dojo/trunk/tests/_browserRunner.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojo/trunk/tests/_browserRunner.js
r7650 r7654 70 70 byId("logBody").appendChild(tn); 71 71 } 72 73 tests._init = (function(oi){ 74 return function(){ 75 oi.apply(tests, arguments); 76 var lb = byId("logBody"); 77 if(lb){ 78 while(lb.firstChild){ 79 lb.removeChild(lb.firstChild); 80 } 81 } 82 } 83 })(tests._init); 72 84 73 85 if(window["console"]){