settings: change Async.js opts

This commit is contained in:
Manuel Araoz 2014-09-10 13:09:57 -07:00
commit 6152227668
2 changed files with 9 additions and 14 deletions

View file

@ -36,7 +36,6 @@ var Insight = function(opts) {
this.listeningBlocks = false;
this.url = opts.url;
alert(this.url);
this.opts = {
'reconnection': opts.reconnection || true,
'reconnectionDelay': opts.reconnectionDelay || 1000,