File tree Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -932,15 +932,6 @@ Raven.prototype = {
932932 for ( var i = 0 ; i < eventTargets . length ; i ++ ) {
933933 wrapEventTarget ( eventTargets [ i ] ) ;
934934 }
935-
936- var $ = _window . jQuery || _window . $ ;
937- if ( $ && $ . fn && $ . fn . ready ) {
938- fill ( $ . fn , 'ready' , function ( orig ) {
939- return function ( fn ) {
940- return orig . call ( this , self . wrap ( fn ) ) ;
941- } ;
942- } , wrappedBuiltIns ) ;
943- }
944935 } ,
945936
946937
Original file line number Diff line number Diff line change @@ -320,25 +320,6 @@ describe('integration', function () {
320320 }
321321 ) ;
322322 } ) ;
323-
324- it ( 'should capture exceptions from $.fn.ready (jQuery)' , function ( done ) {
325- var iframe = this . iframe ;
326-
327- iframeExecute ( iframe , done ,
328- function ( ) {
329- setTimeout ( done ) ;
330-
331- $ ( function ( ) {
332- foo ( ) ;
333- } ) ;
334- } ,
335- function ( ) {
336- var ravenData = iframe . contentWindow . ravenData [ 0 ] ;
337- // # of frames alter significantly between chrome/firefox & safari
338- assert . isAbove ( ravenData . exception . values [ 0 ] . stacktrace . frames . length , 2 ) ;
339- }
340- ) ;
341- } ) ;
342323 } ) ;
343324
344325 describe ( 'breadcrumbs' , function ( ) {
You can’t perform that action at this time.
0 commit comments