Merge pull request #560 from artemave/patch-2

Trigger 'push' event on `history.back()`
This commit is contained in:
Connor Sears 2014-08-23 15:49:58 -07:00
Родитель d911d8fc71 a9f2dea859
Коммит e48e3d6686
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -191,7 +191,9 @@
swapContent(
(activeObj.contents || activeDom).cloneNode(true),
document.querySelector('.content'),
transition
transition, function() {
triggerStateChange();
}
);
PUSH.id = id;