Adding test for failure, removing spurious debugger statement.
This commit is contained in:
parent
ef9fa5de91
commit
93617dec23
2 changed files with 14 additions and 1 deletions
|
@ -51,7 +51,6 @@ var Bing = function( options ) {
|
|||
opts = _.extend(this.options, options);
|
||||
}
|
||||
|
||||
debugger;
|
||||
var reqUri = opts.rootUri + vertical +
|
||||
"?$format=json&" +
|
||||
qs.stringify({ "Query": "'" + query + "'" });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue