Skip to content

Commit

Permalink
Bug 466093 - [tern] Migrate the rest of the content assist tests - no…
Browse files Browse the repository at this point in the history
…de.js / browser / implicit inferencing
  • Loading branch information
mrennie committed Jul 30, 2015
1 parent 3b9ef13 commit b38e0d8
Show file tree
Hide file tree
Showing 4 changed files with 700 additions and 841 deletions.
Expand Up @@ -551,7 +551,7 @@ define([
}
this.timeout = setTimeout(function() {
if(deferred) {
deferred.resolve(Messages['noProposalsTimedOut']);
deferred.resolve([]/*Messages['noProposalsTimedOut']*/);
}
this.timeout = null;
}, 5000);
Expand Down

0 comments on commit b38e0d8

Please sign in to comment.