Creates a new function, which has this bound to scope.
Only difference to Function.bind is, that it can bind a string value so the real executed function may change in the
scope.
Hint: It is semantically equal to the behavior of dojo/_base/lang#hitch.
Creates a new function, which has
thisbound toscope. Only difference to Function.bind is, that it can bind a string value so the real executed function may change in the scope. Hint: It is semantically equal to the behavior of dojo/_base/lang#hitch.