Skip to content

Commit

Permalink
Convert the remaining tabs to spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob--W committed Jul 21, 2014
1 parent 5f54bdb commit 333c870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/UA.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ UA = function(configuration) {

// Helper function for forwarding events
function selfEmit(type) {
//registrationFailed handler is invoked with two arguments. Allow event handlers to be invoked with a variable no. of arguments
return self.emit.bind(self, type);
//registrationFailed handler is invoked with two arguments. Allow event handlers to be invoked with a variable no. of arguments
return self.emit.bind(self, type);
}

for (i = 0, len = C.ALLOWED_METHODS.length; i < len; i++) {
Expand Down

0 comments on commit 333c870

Please sign in to comment.