MCPcopy
hub / github.com/MithrilJS/mithril.js / pop

Function pop

test-utils/tests/test-pushStateMock.js:474–477  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

472 $window.history.back()
473
474 function pop(e) {
475 o(e.state).deepEquals({a: 1})
476 o($window.history.state).deepEquals({a: 1})
477 }
478 })
479 })
480 o.spec("onhashchance", function() {

Callers

nothing calls this directly

Calls 1

oFunction · 0.85

Tested by

no test coverage detected