Functiondojo.partial

<script src="../../js/dojo.js"></script>
defined in dojo/_base/lang.js

Calling dojo.partial is the functional equivalent of calling:

dojo.hitch(null, funcName, ...);

Usage

function (/*Function...*/ method) (view source)
parametertypedescription
methodFunctionRepeating.