1.Namespace

所有Closure Library 的名字 都以 goog.开始。


2.Dependency Management: goog.require() and goog.provide()

goog.provide()生命在Closure文件的最开始的地方。


3.Inheritance

继承

goog.inherits()


4.Closure Library Events

事件