瀏覽代碼

Merge pull request #52 from mckamey/patch-1

Also fixed in swagger.js @ 539a7dcefa
bubble
Ayush Gupta 12 年之前
父節點
當前提交
abe46f6a81
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      lib/swagger.js

+ 1
- 1
lib/swagger.js 查看文件

@@ -193,7 +193,7 @@
_this.ready = true;
return _this.api.selfReflect();
}).error(function(error) {
return _this.fail(error.status + ' : ' + error.statusText + ' ' + _this.url);
return _this.api.fail(error.status + ' : ' + error.statusText + ' ' + _this.url);
});
}
}


Loading…
取消
儲存