yapplabs / ember-buffered-proxy

An Ember Proxy the enables change buffering
MIT License
166 stars 31 forks source link

List of Changed Keys #16

Closed brandonparsons closed 8 years ago

brandonparsons commented 8 years ago

Hi!

Is it possible to get a list of which keys on the buffered proxy are dirty?

lukemelia commented 8 years ago

@brandonparsons Object.keys(yourObject.buffer)

brandonparsons commented 8 years ago

Boom - thx :)