added ignore on mock

This commit is contained in:
Tony Tam
2016-01-19 22:40:38 -05:00
parent 7f7f8e73bc
commit 3aaf121310

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