Skip to content

Commit

Permalink
use when.js, do away with jQuery dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Oberstein committed Mar 19, 2012
1 parent 2640b8a commit cddf3a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "when"]
path = when
url = git://github.com/cujojs/when.git
2 changes: 1 addition & 1 deletion src/autobahn.js
Expand Up @@ -627,7 +627,7 @@ ab.Session.prototype.call = function () {

var self = this;

var d = new $.Deferred();
var d = new when.defer();
var callid;
while (true) {
callid = ab._newid();
Expand Down
1 change: 1 addition & 0 deletions when
Submodule when added at 00fdea

0 comments on commit cddf3a2

Please sign in to comment.