Skip to content

Commit

Permalink
Update styleguides/JavaScript/closure-library.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Pupius committed Oct 18, 2012
1 parent c932fc4 commit dbe06c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styleguides/JavaScript/closure-library.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Closure Usage #

We use [Plovr](http://plovr.com/docs.html) to compile and compress our client-side JavaScript. It
comes bundled with a copy of the (Closure Library)[http://closure-library.googlecode.com] which we can
comes bundled with a copy of the [Closure Library](http://closure-library.googlecode.com) which we can
`goog.require` seemlessly from anywhere.

Even though we can easily load any piece of Closure from our projects, we should not, since some of the classes
Expand All @@ -27,7 +27,7 @@ the following classes are approved:
* `goog.userAgent`
* `goog.testing`

New classes should be approved on a case by case basis
New classes should be approved on a case by case basis.

## goog.Disposable ##

Expand Down

0 comments on commit dbe06c5

Please sign in to comment.