Skip to content

Commit

Permalink
Remove old jshint comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Jan 8, 2016
1 parent 2d22b7c commit 94fde0c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion plugins/angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
var angularPattern = /^\[((?:[$a-zA-Z0-9]+:)?(?:[$a-zA-Z0-9]+))\] (.+?)\n(\S+)$/;

function angularPlugin(Raven, angular) {
/*jshint validthis:true*/
angular = angular || window.angular;

if (!angular) return;
Expand Down
1 change: 0 additions & 1 deletion plugins/ember.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
'use strict';

function emberPlugin(Raven, Ember) {
/*jshint validthis:true*/
Ember = Ember || window.Ember;

// quit if Ember isn't on the page
Expand Down
1 change: 0 additions & 1 deletion src/raven.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ Raven.prototype = {
while(i--) args[i] = deep ? self.wrap(options, arguments[i]) : arguments[i];

try {
/*jshint -W040*/
return func.apply(this, args);
} catch(e) {
self._ignoreNextOnError();
Expand Down
1 change: 0 additions & 1 deletion test/vendor/tracekit.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*jshint mocha:true*/
/*global Mocha, assert*/
'use strict';

Expand Down

0 comments on commit 94fde0c

Please sign in to comment.