Changeset 1725 for trunk/fl5/js/test/examples/apiunittestmute.html
- Timestamp:
- 04/11/11 15:10:24 (2 years ago)
- File:
-
- 1 edited
-
trunk/fl5/js/test/examples/apiunittestmute.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/fl5/js/test/examples/apiunittestmute.html
r1724 r1725 173 173 } else { 174 174 document.getElementById("result").innerHTML = "Error at step " + (scriptPos + 1) + ": Got " + script[scriptPos].getter() + " and expected " + script[scriptPos].expectedValue; 175 if ( console && console.log) console.log(script[scriptPos].action);175 if (window.console && console.log) console.log(script[scriptPos].action); 176 176 } 177 177 }
Note: See TracChangeset
for help on using the changeset viewer.
