orienteer:一个简单的、基本的面向对象的 javascript 框架

时间:2024-06-30 16:59:01
【文件属性】:

文件名称:orienteer:一个简单的、基本的面向对象的 javascript 框架

文件大小:30KB

文件格式:ZIP

更新时间:2024-06-30 16:59:01

JavaScript

定向运动员 ####一个简单的、基本的面向对象的javascript框架 ####扩展对象 /* * Inherit from classes with the extend method. * Call the constructor of the base class with this._super(args...) */ // orienteer is the base object for all others var myClass1 = orienteer . extend ( function ( ) { // call the constructor of the base class this . _super ( ) ; } ) ; var myClass2 = myClass1 . extend ( function ( ) { // call the


【文件预览】:
orienteer-master
----.gitignore(37B)
----README.md(2KB)
----test()
--------tests()
--------lib()
--------Tests.html(389B)
----LICENSE(1KB)
----Gruntfile.js(2KB)
----bower.json(293B)
----package.json(529B)
----src()
--------orienteer.js(5KB)
----release()
--------orienteer-0.1.0.js(2KB)
--------orienteer-0.1.0.debug.js(6KB)
----tools()
--------end.js(40B)
--------begin.js(14B)
----DEV README.md(459B)

网友评论