_rhinorunner.js
来自「这是一个ajax的例子大家好好的看看就是一个鱼眼的效果」· JavaScript 代码 · 共 18 行
JS
18 行
if(this["dojo"]){ dojo.provide("doh._rhinoRunner");}doh.debug = print;// Override the doh._report method to make it quit with an // appropriate exit code in case of test failures.(function(){ var oldReport = doh._report; doh._report = function(){ oldReport.apply(doh, arguments); if(this._failureCount > 0 || this._errorCount > 0){ quit(1); } }})();
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?