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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 51 - (show annotations)
Thu Jul 3 19:51:18 2008 UTC (15 years, 10 months ago) by dpavlin
File MIME type: application/javascript
File size: 332 byte(s)
introspection of Moose object improvements and class ajax callback
1 Module("Frey", function (m) {
2 /* fake meta-class so we don't have to modify JooseX/IDE/ClassBrowser.js */
3 Class("HTML", {
4 isa: Joose.Class,
5 methods: {
6 renderHTML: function () {
7 var c = this.getClassObject();
8 if ( c.renderHTML ) return c.renderHTML();
9 }
10 }
11 })
12 });
13
14 console.log( 'loaded Frey.HTML meta-class' );

  ViewVC Help
Powered by ViewVC 1.1.26