Skip to content

Commit

Permalink
missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Mar 12, 2012
1 parent ac39369 commit 4046a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ Browser.prototype.navigateToLocation = function( location ) {

return;
//this.view.centerAtBase( location.end );
}
};

// given a string name, search for matching feature names and set the
// view location to any that match
Expand Down

0 comments on commit 4046a19

Please sign in to comment.