navigation: fix accessing url from history array for goToIndex

This commit is contained in:
deepak1556 2015-05-17 03:31:24 +05:30
parent 827741a9c6
commit ef30adcaef

View file

@ -90,7 +90,7 @@ class NavigationController
goToIndex: (index) ->
return unless @canGoToIndex index
@pendingIndex = index
@webContents._loadUrl @history[@pendingIndex].url, {}
@webContents._loadUrl @history[@pendingIndex], {}
goToOffset: (offset) ->
return unless @canGoToOffset offset