File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Closure Usage #
22
33We use [ Plovr] ( http://plovr.com/docs.html ) to compile and compress our client-side JavaScript. It
4- comes bundled with a copy of the ( Closure Library) [ http://closure-library.googlecode.com ] which we can
4+ comes bundled with a copy of the [ Closure Library] ( http://closure-library.googlecode.com ) which we can
55` goog.require ` seemlessly from anywhere.
66
77Even though we can easily load any piece of Closure from our projects, we should not, since some of the classes
@@ -27,7 +27,7 @@ the following classes are approved:
2727 * ` goog.userAgent `
2828 * ` goog.testing `
2929
30- New classes should be approved on a case by case basis
30+ New classes should be approved on a case by case basis.
3131
3232## goog.Disposable ##
3333
You can’t perform that action at this time.
0 commit comments