Skip to content

Commit 6136dfe

Browse files
committed
Satisfy lint
1 parent 436db93 commit 6136dfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Specs/DataSources/EntitySpec.js

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import { WallGraphics } from "../../Source/Cesium.js";
2828

2929
describe("DataSources/Entity", function () {
3030
it("should not throw when contructed with undefined or null name", function () {
31+
// eslint-disable-next-line no-unused-vars
3132
var entity;
3233
var options = {
3334
name: undefined,

0 commit comments

Comments
 (0)