diff --git a/index.html b/index.html index ce3d53332..8e4c112dc 100644 --- a/index.html +++ b/index.html @@ -339,7 +339,6 @@
  • parse
  • clone
  • isNew
  • -
  • change
  • hasChanged
  • changedAttributes
  • previous
  • @@ -1401,16 +1400,6 @@

    Backbone.Model

    an id, it is considered to be new.

    -

    - changemodel.change() -
    - Manually trigger the "change" event and a "change:attribute" - event for each attribute that has changed. If you've been passing - {silent: true} to the set function in order to - aggregate rapid changes to a model, you'll want to call model.change() - when you're all finished. -

    -

    hasChangedmodel.hasChanged([attribute])