From f86dfc32126474f1b955f44024c64dba79b38446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 15 Mar 2013 17:56:14 +0100 Subject: [PATCH] Remove ol.source.SourceOptions typedef The ol.source.SourceOptions type is already declared in objectliteral.exports, so it should not be declared in the ol/source/source.js file. --- src/ol/source/source.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/ol/source/source.js b/src/ol/source/source.js index 89954b54db..84dcbee6bd 100644 --- a/src/ol/source/source.js +++ b/src/ol/source/source.js @@ -8,14 +8,6 @@ goog.require('ol.Extent'); goog.require('ol.projection'); -/** - * @typedef {{attributions: (Array.|undefined), - * extent: (ol.Extent|undefined), - * projection: ol.ProjectionLike}} - */ -ol.source.SourceOptions; - - /** * @constructor