Use olx namespace for options types in source code
sed command used: find src/ol -name '*.js' -exec sed -ri 's/\{ol(\.(\w|\.)+Options\=?\})/{olx\1/' \{\} \;
This commit is contained in:
@@ -15,7 +15,7 @@ goog.require('ol.Object');
|
||||
* @constructor
|
||||
* @extends {ol.Object}
|
||||
* @implements {oli.control.Control}
|
||||
* @param {ol.control.ControlOptions} options Control options.
|
||||
* @param {olx.control.ControlOptions} options Control options.
|
||||
* @todo stability experimental
|
||||
*/
|
||||
ol.control.Control = function(options) {
|
||||
|
||||
Reference in New Issue
Block a user