Members
-
context :Object
-
执行onincluded和methodize时会用到
Type:
- Object
-
methodize :boolean
-
是否对所有函数成员进行methodize
Type:
- boolean
-
methodizeTo :function
-
通过这个函数获得methodize时的第一参数
Type:
- function
-
stopCallback :boolean
-
停止调用module.onIncluded, 考虑类似这种情况:当include一个module类时,应该copy成员到类的prototype,module的onIncluded则在类的initialize中调用
Type:
- boolean
-
supports :Array
-
可以被mix到哪些类型
Type:
- Array