Skip to content

Commit

Permalink
Syntax tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Stark committed Jan 20, 2011
1 parent 981c857 commit d849076
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jqtouch/jqtouch.js
Expand Up @@ -17,8 +17,8 @@
(c) 2010 by jQTouch project members.
See LICENSE.txt for license.
$Revision: 160 $
$Date: Tue Jan 18 00:22:18 EST 2011 $
$Revision: 161 $
$Date: Wed Jan 19 23:43:35 EST 2011 $
$LastChangedBy: jonathanstark $
Expand Down Expand Up @@ -50,7 +50,7 @@
addGlossToIcon: true,
backSelector: '.back, .cancel, .goback',
cacheGetRequests: true,
debug: true,
debug: false,
fallback2dAnimation: 'fade',
fixedViewport: true,
formSelector: 'form',
Expand Down Expand Up @@ -322,7 +322,7 @@
if(location.hash === hist[1].hash) {
goBack();
} else {
_debug(location.hash + ' === ' + hist[1].id);
_debug(location.hash + ' !== ' + hist[1].hash);
}
}
}
Expand Down

0 comments on commit d849076

Please sign in to comment.