/[Frey]/branches/no-pager/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

Contents of /branches/no-pager/static/ob/Types.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: 109 byte(s)
branch for no-pager integration
1 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