ignore(code,master)

the code that you pass here as the parameter will not react on any data changes (will not be affected by 'onStoreUpdated' event handler)

Parameters

  • code - the code that the method is assigned to (optional)
    • any
  • master - holder object. Inside function you can refer to this object through 'this' (optional)
    • any

Returns

method doesn't return any data