ソースを参照

added ignore on mock

bubble
Tony Tam 8年前
コミット
3aaf121310
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      test/unit/mock.js

+ 3
- 0
test/unit/mock.js ファイルの表示

@@ -1,3 +1,4 @@
/* jshint ignore:start */
$(function () {
'use strict';
var url = window.location.search.match(/url=([^&]+)/);
@@ -54,3 +55,5 @@ $(function () {
}
}
});

/* jshint ignore:end */

読み込み中…
キャンセル
保存