/[Frey]/trunk/static/ob/com.test.me.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/static/ob/com.test.me.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 47 - (show annotations)
Wed Jul 2 10:30:16 2008 UTC (15 years, 10 months ago) by dpavlin
File MIME type: application/javascript
File size: 230 byte(s)
added class browser from Joose with extracted test class into own js file
1 Module("com.test.me", function () {
2 Class("TestClass", {
3 isa: Joose.Method,
4 does: Joose.Decorator,
5 methods: {
6 hello: function () { return "world" }
7 },
8 classMethods: {
9 foo: function () { alert("bar") }
10 }
11 })
12 })
13

  ViewVC Help
Powered by ViewVC 1.1.26