dropbox-sync
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -125,3 +125,3 @@ var Dropbox = require('dropbox') | ||
// no paths left to watch for, kill our longpoll | ||
if(!Object.keys(this.paths).length && this.watchingForChanges != null) { | ||
if(!Object.keys(this.paths).length && this.watchingForChanges) { | ||
@@ -133,2 +133,5 @@ debug('aborting outstanding XHR'); | ||
debug('removing from cache'); | ||
delete cache[this.client._uid + ':' + this.root]; | ||
debug('resetting '+path); | ||
@@ -135,0 +138,0 @@ this.resetDir(callback); |
{ | ||
"name": "dropbox-sync", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Read-only sync with Dropbox", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
14478
376