Skip to content

Commit 94fde0c

Browse files
committed
Remove old jshint comments
1 parent 2d22b7c commit 94fde0c

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

plugins/angular.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
var angularPattern = /^\[((?:[$a-zA-Z0-9]+:)?(?:[$a-zA-Z0-9]+))\] (.+?)\n(\S+)$/;
1010

1111
function angularPlugin(Raven, angular) {
12-
/*jshint validthis:true*/
1312
angular = angular || window.angular;
1413

1514
if (!angular) return;

plugins/ember.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
'use strict';
77

88
function emberPlugin(Raven, Ember) {
9-
/*jshint validthis:true*/
109
Ember = Ember || window.Ember;
1110

1211
// quit if Ember isn't on the page

src/raven.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ Raven.prototype = {
235235
while(i--) args[i] = deep ? self.wrap(options, arguments[i]) : arguments[i];
236236

237237
try {
238-
/*jshint -W040*/
239238
return func.apply(this, args);
240239
} catch(e) {
241240
self._ignoreNextOnError();

test/vendor/tracekit.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/*jshint mocha:true*/
21
/*global Mocha, assert*/
32
'use strict';
43

0 commit comments

Comments
 (0)