File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99var angularPattern = / ^ \[ ( (?: [ $ a - z A - Z 0 - 9 ] + : ) ? (?: [ $ a - z A - Z 0 - 9 ] + ) ) \] ( .+ ?) \n ( \S + ) $ / ;
1010
1111function angularPlugin ( Raven , angular ) {
12- /*jshint validthis:true*/
1312 angular = angular || window . angular ;
1413
1514 if ( ! angular ) return ;
Original file line number Diff line number Diff line change 66'use strict' ;
77
88function emberPlugin ( Raven , Ember ) {
9- /*jshint validthis:true*/
109 Ember = Ember || window . Ember ;
1110
1211 // quit if Ember isn't on the page
Original file line number Diff line number Diff 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 ( ) ;
Original file line number Diff line number Diff line change 1- /*jshint mocha:true*/
21/*global Mocha, assert*/
32'use strict' ;
43
You can’t perform that action at this time.
0 commit comments