minor refactoring...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-11-25 07:45:46 +04:00
parent cd0e8b43dc
commit 8003ceda29

View File

@ -1668,6 +1668,7 @@ function pushURLHistory(url){
BASE_URL_HISTORY.splice(0, 0, url)
// XXX is this the right place for this???
saveLocalStorageBaseURLHistory()
return url
@ -1687,6 +1688,7 @@ function getURLHistoryPrev(){
}
// NOTE: this will not affect history url order...
function makeURLHistoryLoader(get, end_msg){
return function(){
var url = get()