Browse Source

Trigger 'push' event on `history.back()`

pull/560/head
artemave 11 years ago
parent
commit
a9f2dea859
  1. 4
      js/push.js

4
js/push.js

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

Loading…
Cancel
Save