Skip to content

Commit

Permalink
Issue geddy#115 -- fixed artifact from bad merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Apr 3, 2012
1 parent b6f246d commit 19fcc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/base_controller.js
Expand Up @@ -395,7 +395,7 @@ controller.BaseController.prototype = new (function () {
_throwUndefinedFormatError.call(this);
return;
}
self// Don't look at any more formats if there's a match
// Don't look at any more formats if there's a match
if (match) {
break;
}
Expand Down

0 comments on commit 19fcc6d

Please sign in to comment.