Global

Members

context :Object

执行onincluded和methodize时会用到
Type:
  • Object
Source:

methodize :boolean

是否对所有函数成员进行methodize
Type:
  • boolean
Source:

methodizeTo :function

通过这个函数获得methodize时的第一参数
Type:
  • function
Source:

stopCallback :boolean

停止调用module.onIncluded, 考虑类似这种情况:当include一个module类时,应该copy成员到类的prototype,module的onIncluded则在类的initialize中调用
Type:
  • boolean
Source:

supports :Array

可以被mix到哪些类型
Type:
  • Array
Source: