Changeset 12610
- Timestamp:
- 02/21/08 22:30:12 (3 months ago)
- Files:
-
- 1 modified
-
util/trunk/doh/runner.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
util/trunk/doh/runner.js
r12490 r12610 329 329 // registerTest() or registerTests(). 330 330 for(var x in ns){ 331 if( (x.charAt(0) == "_") &&331 if( (x.charAt(0) != "_") && 332 332 (typeof ns[x] == "function") ){ 333 333 this.registerTest(group, ns[x]);