Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 165 Bytes

isFunction.rst

File metadata and controls

15 lines (9 loc) · 165 Bytes

dojo.isFunction

Deprecated. Will be removed in 2.0.

Use

.. js ::

    typeof val == "function"

instead.