Make linter happy

This commit is contained in:
Éric Lemoine
2012-10-16 21:50:20 +02:00
parent 5c6b5cb495
commit 1f7ecd2529

View File

@@ -1,5 +1,5 @@
goog.provide('ol.source.BingMaps');
goog.provide('ol.BingMapsStyle');
goog.provide('ol.source.BingMaps');
goog.require('goog.Uri');
goog.require('goog.events');
@@ -22,6 +22,7 @@ ol.BingMapsStyle = {
};
/**
* @constructor
* @extends {ol.source.TileSource}