From 3aaf1213102472365adee124a6a72d0950f54cdb Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Tue, 19 Jan 2016 22:40:38 -0500 Subject: [PATCH] added ignore on mock --- test/unit/mock.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/unit/mock.js b/test/unit/mock.js index bd64393b..7698134a 100644 --- a/test/unit/mock.js +++ b/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 */ \ No newline at end of file