source: Dev/branches/rest-dojo-ui/client/util/shrinksafe/tests/3241.js @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

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.