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