You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varconsole=console||{};// just in caseconsole.watch=function(oObj,sProp){varsPrivateProp="$_"+sProp+"_$";// to minimize the name clash riskoObj[sPrivateProp]=oObj[sProp];// overwrite with accessorObject.defineProperty(oObj,sProp,{get: function(){returnoObj[sPrivateProp];},set: function(value){//console.log("setting " + sProp + " to " + value); debugger;// sets breakpointoObj[sPrivateProp]=value;}});}
Thanks!
The text was updated successfully, but these errors were encountered:
When I try with "this" dosen´t work:
breakOn(this,'fitToWidth')
Im in angular proyect
but with my scripts works:
Thanks!
The text was updated successfully, but these errors were encountered: