Skip to content

Commit

Permalink
Fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Austerschulte committed Jun 14, 2024
1 parent 3f601d5 commit 41171cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export default class TimeSliderWidgetController {
return stops;
}

private changeAllLayerTimeExtents(timeExtent: __esri.TimeExtent) {
private changeAllLayerTimeExtents(timeExtent: __esri.TimeExtent) {
const mapWidgetModel = this._mapWidgetModel;
const map = mapWidgetModel.map;
const layers = map.layers;
Expand Down
1 change: 1 addition & 0 deletions src/main/js/bundles/dn_timeslider/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
/// See the License for the specific language governing permissions and
/// limitations under the License.
///

import "./TimeSliderWidgetFactory";
import "./TimeSliderWidgetController";
import "./TimeSliderTocActionDefinitionFactory";
Expand Down

0 comments on commit 41171cb

Please sign in to comment.