Add missing require

This commit is contained in:
tsauerwein
2014-03-13 12:25:52 +01:00
parent 1a477b8f32
commit 71b424f74c

View File

@@ -31,6 +31,7 @@
goog.provide('ol.pointer.TouchSource');
goog.require('goog.array');
goog.require('goog.asserts');
goog.require('goog.math.Coordinate');
goog.require('ol.pointer.EventSource');