added ignore on mock
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
/* jshint ignore:start */
|
||||||
$(function () {
|
$(function () {
|
||||||
'use strict';
|
'use strict';
|
||||||
var url = window.location.search.match(/url=([^&]+)/);
|
var url = window.location.search.match(/url=([^&]+)/);
|
||||||
@@ -54,3 +55,5 @@ $(function () {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/* jshint ignore:end */
|
||||||
Reference in New Issue
Block a user