摘要: defineWithParent: function defineWithParent(parentNamespace, name, members) { /// /// /// Defines a new namespace with the specified name under the specified parent namespace. /// ////// The parent namespace. /// ////// The name of the new namespace. /// ////// The members of the new namespace. /// 阅读全文
posted @ 2012-12-30 09:38 Angkor--:-- 阅读(188) 评论(0) 推荐(0) 编辑
摘要: define: function define(constructor, instanceMembers, staticMembers) { /// /// /// Defines a class using the given constructor and the specified instance members. /// ////// A constructor function that is used to instantiate this class. /// ////// The set of instance fields, properties, and methods 阅读全文
posted @ 2012-12-30 00:06 Angkor--:-- 阅读(203) 评论(0) 推荐(0) 编辑