/[Frey]/branches/no-pager/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 /branches/no-pager/static/ob/com.test.me.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 702 - (show annotations)
Wed Dec 3 21:12:43 2008 UTC (15 years, 6 months ago) by dpavlin
File MIME type: application/javascript
File size: 230 byte(s)
branch for no-pager integration
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