Name ==== Joose – A postmodern class system for JavaScript SYNOPSIS ======== Class(“Point”, { has: { x: {is: “ro”}, y: {is: “rw”}, }, methods: { clear: function () { var x = this.getX() this.setY(0) } } }) Class(“Point.ThreeD”, { isa: Point, has: { z: {} }, after: { clear: function () { this.z = 0 } …
By openjsan.org
Tags: Business Hosting, hosting, webhosting











































