helpers init, , , do_alert. . do_alert - , helpers. do_alert helpers.
, . , , : helpers , do_alert, :
helpers: function() {
this.doAlert = function() {
alert();
}
}
doAlert() , jQuery, . , doAlert . :
logout_users: function() {
var self = this;
$(document).on('click', '.test', function(e) {
e.preventDefault();
self.doAlert();
});
source
share