. , , "" .
, "init" , "this" , "". ? Javascript "this" , . , , .
:
jQuery(function() {
vehicle.init();
});
"init" — ; Javascript "this" "".
edit oh wait , "init" , "click" jQuery , "this" . , " ", :
init: function () {
var originalThis = this;
jQuery('.vehicle-year-profile .options .delete').bind('click', function (e) {
e.preventDefault();
originalThis.remove();
});
},