UNPKG

dojo-util

Version:

Dojo utilities including build system for optimizing JavaScript application performance, and DOH testing tool

16 lines (13 loc) 234 B
// testing a simple var list with embedded things. var result = 0; (function(){ var a = 2, b = 3, superLong = 4, aFunction = function(arg){ var inList = superLong; result = inList; } ; aFunction(superLong); })();