Satisfy the build/check-requires-timestamp task (see #785)

I think this line should not be required, as `ol.expression.Char` is only used internally in this file.
This commit is contained in:
Tim Schaub
2013-06-11 18:14:48 -06:00
parent 3a3f9bc20b
commit d5e133b7d8

View File

@@ -13,6 +13,7 @@
* Copyright (C) 2011 Ariya Hidayat <ariya.hidayat@gmail.com>
*/
goog.provide('ol.expression.Char'); // TODO: remove this - see #785
goog.provide('ol.expression.Lexer');
goog.provide('ol.expression.Token');
goog.provide('ol.expression.TokenType');