projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fab3f9b
)
Clear prevCallbacks on detach()
author
mjanda
<mjanda@users.noreply.github.com>
Mon, 2 Feb 2015 09:17:25 +0000
(10:17 +0100)
committer
mjanda
<mjanda@users.noreply.github.com>
Mon, 2 Feb 2015 09:17:25 +0000
(10:17 +0100)
extras/synchronizer.js
patch
|
blob
|
blame
|
history
diff --git
a/extras/synchronizer.js
b/extras/synchronizer.js
index
295cef8
..
1b27bc2
100644
(file)
--- a/
extras/synchronizer.js
+++ b/
extras/synchronizer.js
@@
-127,6
+127,7
@@
Dygraph.synchronize = function(/* dygraphs..., opts */) {
// release references & make subsequent calls throw.
dygraphs = null;
opts = null;
+ prevCallbacks = null;
}
};
};