Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3548

Re: Call to UI5 code diffrent

$
0
0

var makeDebug = function(fn){

  return function(){

     debugger;

      fn.apply(this, arguments);

  };

};

 

 

 

 

 

 

 

 

 

Path.addEventDelegate({

  onAfterRendering: $.proxy( makeDebug(oController.onAfterPathField) , oController)

},

Path);


Viewing all articles
Browse latest Browse all 3548

Trending Articles