Simplify JSHint directives

redux
David Majda 9 years ago
parent efb420479e
commit 60ebd9e695

@ -1,5 +1,5 @@
/* jshint node:false */
/* global $, alert, benchmarks, document, Runner */
/* jshint node:false, browser:true, devel:true, jquery:true */
/* global Runner */
$("#run").click(function() {
"use strict";

@ -1,4 +1,5 @@
/* global describe, expect, it, jasmine, PEG, spyOn */
/* jshint jasmine:true */
/* global PEG */
"use strict";

@ -1,4 +1,5 @@
/* global describe, expect, it, jasmine, PEG */
/* jshint jasmine:true */
/* global PEG */
"use strict";

@ -1,4 +1,5 @@
/* global beforeEach, describe, expect, it, jasmine, PEG */
/* jshint jasmine:true */
/* global PEG */
"use strict";

@ -1,4 +1,5 @@
/* global beforeEach, describe, expect, it, jasmine, PEG */
/* jshint jasmine:true */
/* global PEG */
"use strict";

@ -1,4 +1,5 @@
/* global describe, expect, it, PEG */
/* jshint jasmine:true */
/* global PEG */
"use strict";

@ -1,4 +1,5 @@
/* global beforeEach, jasmine, PEG */
/* jshint jasmine:true */
/* global PEG */
"use strict";

@ -1,4 +1,5 @@
/* global describe, expect, it, PEG */
/* jshint jasmine:true */
/* global PEG */
"use strict";

@ -1,4 +1,5 @@
/* global describe, expect, it, PEG */
/* jshint jasmine:true */
/* global PEG */
"use strict";

@ -1,4 +1,5 @@
/* global describe, expect, it, PEG */
/* jshint jasmine:true */
/* global PEG */
"use strict";

@ -1,4 +1,5 @@
/* global describe, expect, it, PEG */
/* jshint jasmine:true */
/* global PEG */
"use strict";

@ -1,4 +1,5 @@
/* global beforeEach, describe, expect, it, jasmine, PEG */
/* jshint jasmine:true */
/* global PEG */
"use strict";

Loading…
Cancel
Save