UNPKG

dojo-util

Version:

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

15 lines (12 loc) 236 B
result = ""; (function() { function MyClass(){ this.foo = function(argument1, argument2){ var mytest = test; return mytest; } this.bar = function(){} } var test = "data"; result = new MyClass().foo(); })();