/[Frey]/trunk/static/ob/Types.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

Annotation of /trunk/static/ob/Types.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 50 - (hide annotations)
Wed Jul 2 22:30:19 2008 UTC (15 years, 11 months ago) by dpavlin
File MIME type: application/javascript
File size: 109 byte(s)
more introspection, including few dummy types
1 dpavlin 50 Module("Moose", function () {
2     Type("Int", {
3     where: /^-*\d+$/
4     }),
5     Type('Str', {}),
6     Type('Bool', {})
7     });

  ViewVC Help
Powered by ViewVC 1.1.26