Monday, January 16, 2012

call a method from another method within the SAME widget within the jasmine-jquery framework

It is different from calling a method from the outside and is probably a lot more like what you are used to.

setSorting: function () {

   var self = this;

   self.sort();

},

sort: function () {

   var self = this;

   
more code follows...

No comments:

Post a Comment