newui: more closure deps, reduces compiler warnings

Change-Id: Ifc20c3cbee34b1158195231e20646f1f68a4b1ef
This commit is contained in:
Brad Fitzpatrick 2013-02-10 17:12:10 -08:00
parent 3a8c4f1cdc
commit 1fe472a202
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
*/
goog.provide('camlistore.BlobItem');
goog.require('camlistore.ServerType');
goog.require('goog.dom');
goog.require('goog.dom.classes');
goog.require('goog.events.EventHandler');