UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

9 lines (6 loc) 183 B
dojo.provide("dojox.wire.tests.programmatic.ConverterDynamic"); dojo.declare("dojox.wire.tests.programmatic.ConverterDynamic", null, { convert: function(v){ return v + 1; } });