projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5b5564
)
Clear prevCallbacks on detach()
author
mjanda
<mjanda@users.noreply.github.com>
Mon, 2 Feb 2015 09:17:25 +0000
(10:17 +0100)
committer
Robert Konigsberg
<konigsberg@google.com>
Tue, 26 May 2015 20:46:45 +0000
(16:46 -0400)
extras/synchronizer.js
patch
|
blob
|
blame
|
history
diff --git
a/extras/synchronizer.js
b/extras/synchronizer.js
index
e0459fc
..
fdfec9f
100644
(file)
--- a/
extras/synchronizer.js
+++ b/
extras/synchronizer.js
@@
-123,6
+123,7
@@
Dygraph.synchronize = function(/* dygraphs..., opts */) {
// release references & make subsequent calls throw.
dygraphs = null;
opts = null;
+ prevCallbacks = null;
}
};
};