Skip to content

Commit

Permalink
Fix function reference
Browse files Browse the repository at this point in the history
  • Loading branch information
daleharvey committed Jul 25, 2012
1 parent 63e0a13 commit 54f5c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/browser/js/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ var Browser = {
return;
}

var url = getUrlFromInput(this.urlInput.value);
var url = this.getUrlFromInput(this.urlInput.value);

if (url != this.currentTab.url) {
this.setUrlBar(url);
Expand Down

0 comments on commit 54f5c0a

Please sign in to comment.