Browse Source

added ignore on mock

bubble
Tony Tam 8 years ago
parent
commit
3aaf121310
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      test/unit/mock.js

+ 3
- 0
test/unit/mock.js View File

@@ -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 */

Loading…
Cancel
Save