Skip to content

Commit

Permalink
Cleaned up. Issue #435.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyip committed Dec 19, 2012
1 parent 83ed711 commit 5dd261d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jqtouch.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
goBack();
return true;
} else {
if( (history[1] && location.hash === history[1].hash) ) {
if (history[1] && location.hash === history[1].hash) {
goBack();
return true;
} else {
Expand Down

0 comments on commit 5dd261d

Please sign in to comment.