Added full source code
This commit is contained in:
commit
33f8586698
1377 changed files with 123808 additions and 0 deletions
misc/Legacy Worlds.wdgt/lib/LWWidget/Data
12
misc/Legacy Worlds.wdgt/lib/LWWidget/Data/Leaf.js
Normal file
12
misc/Legacy Worlds.wdgt/lib/LWWidget/Data/Leaf.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
LWWidget.Data.Leaf = LWWidget.Data.inherits({
|
||||
|
||||
constructor: function (name, text) {
|
||||
this.base(name);
|
||||
this.text = text;
|
||||
},
|
||||
|
||||
getText: function () {
|
||||
return this.text;
|
||||
}
|
||||
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue