MyClass = new JS.Class({
initialize: function() {
var self = this;
$("#editor").change(function() {
self.call_some_method_on_my_class();
});
}
});
--
You received this message because you are subscribed to the Google Groups "jsclass-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jsclass-user...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.