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