diff --git a/Object.observe.poly.js b/Object.observe.poly.js index 4dfd77f..d8c6891 100644 --- a/Object.observe.poly.js +++ b/Object.observe.poly.js @@ -271,20 +271,21 @@ if(!Object.observe){ }]); }; self.queueUpdates = function Notifier_queueUpdates(updates){ - var self = this, i = 0, l = updates.length||0, update; + var self = this, i = 0, l = updates.length||0, update, updatesCopy; for(i=0; i