Skip to content

Commit

Permalink
Fix missing var
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Oct 9, 2015
1 parent 2e462fe commit 68edb83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/experimental/observe-js-behavior.html
Expand Up @@ -107,6 +107,7 @@
},

_removeObserveJsObserver: function(object, path) {
var obs = this._observeJsStatic.observerMap.get(object);
var el = obs.elements[this._observeJsId];
if (--el.paths[path] === 0) {
delete el.paths[path];
Expand Down Expand Up @@ -171,4 +172,4 @@
// Poll observe-js all the time
setInterval(Platform.performMicrotaskCheckpoint, 125);

</script>
</script>

0 comments on commit 68edb83

Please sign in to comment.