Skip to content
Snippets Groups Projects
Commit e0c81a74 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Be sure to call the super's close in close.

Fixes issue #147.

close #147
parent a0cfe710
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,8 @@
clearTimeout(this.pollTimeout);
this.pollTimeout = null;
}
this._super.apply(this, arguments);
},
setupRegCheck: function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment