mirror of
https://github.com/NASAWorldWind/WebWorldWind.git
synced 2026-02-01 16:38:15 +00:00
Added missing dependencies
This commit is contained in:
parent
89749cec81
commit
884eab6d4d
@ -5,9 +5,13 @@
|
||||
/**
|
||||
* @exports GeoJSONGeometry
|
||||
*/
|
||||
define(['./GeoJSONConstants'
|
||||
define(['../../error/ArgumentError',
|
||||
'./GeoJSONConstants',
|
||||
'../../util/Logger'
|
||||
],
|
||||
function (GeoJSONConstants) {
|
||||
function (ArgumentError,
|
||||
GeoJSONConstants,
|
||||
Logger) {
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
@ -43,7 +47,7 @@ define(['./GeoJSONConstants'
|
||||
this._coordinates = coordinates;
|
||||
|
||||
// Documented in defineProperties below.
|
||||
this._type = type;
|
||||
this._type = type;
|
||||
|
||||
// Documented in defineProperties below.
|
||||
this._bbox = bbox ? bbox : null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user