Updating build artifacts

This commit is contained in:
Jim Cowart 2012-03-22 16:00:40 -04:00
parent 2936a669fd
commit 1cbb5f8d2a
7 changed files with 5 additions and 5 deletions

View file

@ -213,7 +213,7 @@ SubscriptionDefinition.prototype = {
return this;
},
subscribe: function(callbacl) {
subscribe: function(callback) {
this.callback = callback;
return this;
}

View file

@ -213,7 +213,7 @@ SubscriptionDefinition.prototype = {
return this;
},
subscribe: function(callbacl) {
subscribe: function(callback) {
this.callback = callback;
return this;
}

View file

@ -213,7 +213,7 @@ SubscriptionDefinition.prototype = {
return this;
},
subscribe: function(callbacl) {
subscribe: function(callback) {
this.callback = callback;
return this;
}

Binary file not shown.

File diff suppressed because one or more lines are too long

View file

@ -203,7 +203,7 @@ SubscriptionDefinition.prototype = {
return this;
},
subscribe: function(callbacl) {
subscribe: function(callback) {
this.callback = callback;
return this;
}