Add missing requires to examples

This commit is contained in:
Tom Payne
2013-01-29 15:40:05 +01:00
parent e6eb401e36
commit f9eb7dc477
7 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
goog.require('ol.BingMapsStyle');
goog.require('ol.Collection');
goog.require('ol.Coordinate');
goog.require('ol.Map');