Remove unnecessary newlines

This commit is contained in:
Frederic Junod
2014-08-12 17:01:32 +02:00
parent 59826ce490
commit 0f4e56978b
4 changed files with 4 additions and 8 deletions
+1 -2
View File
@@ -21,8 +21,7 @@ goog.require('ol.TileState');
* @param {?string} crossOrigin Cross origin.
* @param {ol.TileLoadFunctionType} tileLoadFunction Tile load function.
*/
ol.ImageTile =
function(tileCoord, state, src, crossOrigin, tileLoadFunction) {
ol.ImageTile = function(tileCoord, state, src, crossOrigin, tileLoadFunction) {
goog.base(this, tileCoord, state);