nemo-observable-util
Advanced tools
Comparing version 5.3.4 to 5.3.5
@@ -216,5 +216,5 @@ 'use strict'; | ||
for (var [reaction, operation] of todoCopy.entries()) { | ||
todoCopy.forEach(function (operation, reaction) { | ||
queueReaction(reaction, operation, actionName, uuid); | ||
} | ||
}); | ||
}; | ||
@@ -221,0 +221,0 @@ |
@@ -192,5 +192,5 @@ 'use strict'; | ||
for (const [reaction, operation] of todoCopy.entries()) { | ||
todoCopy.forEach((operation, reaction) => { | ||
queueReaction(reaction, operation, actionName, uuid); | ||
} | ||
}); | ||
}; | ||
@@ -197,0 +197,0 @@ |
@@ -212,5 +212,5 @@ var connectionStore = new WeakMap(); | ||
for (var [reaction, operation] of todoCopy.entries()) { | ||
todoCopy.forEach(function (operation, reaction) { | ||
queueReaction(reaction, operation, actionName, uuid); | ||
} | ||
}); | ||
}; | ||
@@ -217,0 +217,0 @@ |
@@ -188,5 +188,5 @@ const connectionStore = new WeakMap(); | ||
for (const [reaction, operation] of todoCopy.entries()) { | ||
todoCopy.forEach((operation, reaction) => { | ||
queueReaction(reaction, operation, actionName, uuid); | ||
} | ||
}); | ||
}; | ||
@@ -193,0 +193,0 @@ |
{ | ||
"name": "nemo-observable-util", | ||
"version": "5.3.4", | ||
"version": "5.3.5", | ||
"description": "Simple transparent reactivity with 100% language coverage. Made with ES6 Proxies.", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs.es5.js", |
129631