Skip to content

Commit

Permalink
Removing unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Gilbert committed Sep 24, 2012
1 parent b655163 commit d5812a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backbone_named_routes.js
Expand Up @@ -46,7 +46,7 @@
};

var pathFor = function(pathPattern, urlParams, queryParams) {
var path = pathPattern, history = Backbone.history;
var path = pathPattern;
if (path.charAt(0) !== "/") path = "/" + path;

for(var i = 0; i < urlParams.length; i++) {
Expand Down

0 comments on commit d5812a8

Please sign in to comment.