最近在项目是使用了google closure框架,深入研究了一下源码,先从最简单的继承系统吧。 废话不多说,closure继承模块主要有2个API: goog.inherits(childCtor, … Continue reading google closure–继承模块一:goog.inherits()
最近在项目是使用了google closure框架,深入研究了一下源码,先从最简单的继承系统吧。 废话不多说,closure继承模块主要有2个API: goog.inherits(childCtor, … Continue reading google closure–继承模块一:goog.inherits()