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
in baascms you using
var self = this;
func(function(){
self.some = ....
});
use bind,apply or call to set right context
its can help you a lot http://habrahabr.ru/post/199456/
thanks
The text was updated successfully, but these errors were encountered:
in baascms you using
var self = this;
func(function(){
self.some = ....
});
use bind,apply or call to set right context
its can help you a lot http://habrahabr.ru/post/199456/
thanks
The text was updated successfully, but these errors were encountered: