BestInPlaceEditor.prototype.abort = function() {
    bipOldAbort.apply(this);
    this.element.removeClass("editing_in_place");
  };