source: Dev/trunk/src/client/util/shrinksafe/tests/3241.js @ 483

Last change on this file since 483 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 236 bytes
Line 
1result = "";
2
3(function() {
4function MyClass(){
5    this.foo = function(argument1, argument2){
6            var mytest = test;
7                        return mytest;
8    }
9    this.bar = function(){}
10}
11var test = "data";
12
13result = new MyClass().foo();
14})();
Note: See TracBrowser for help on using the repository browser.