MCPcopy
hub / github.com/rendrjs/rendr / actionCall

Function actionCall

client/router.js:95–97  ·  view source on GitHub ↗
(action, params)

Source from the content-addressed store, hash-verified

93
94 // abstract action call
95 function actionCall(action, params) {
96 action.call(router, params, router.getRenderCallback(route));
97 }
98
99 // This returns a function which is called by Backbone.history.
100 return function() {

Callers 1

router.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected