Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
titleExample
onStoreChange: function (model) {
    if (_.has(model.changed, === 'mykey')) {
        // mykey has changed
    }
},

...