Hi,
When I opening any page in our application on mobile view ports it going to debugging mode
through Jquery.migrate.js every time application going to debugging mod because some one has forgot
to remove the debugger from Jquery.migrate.js.
below is the code where debugger is coming
jQuery.each( name.match( rmatchNonSpace ), function( i, attr ) {
if ( jQuery.expr.match.bool.test( attr ) ) {
debugger;
migrateWarn( "jQuery.fn.removeAttr no longer sets boolean properties: " + attr );
self.prop( attr, false );
}
} );
Please have a look with platform library Jquery.migrate.js.
Thanks