From 86f8c586651271ddfd7993a173e4ef292cfc3724 Mon Sep 17 00:00:00 2001 From: Samuel Vargas Date: Mon, 13 Jan 2020 13:46:41 -0500 Subject: [PATCH] 8261 - Remove empty line between comment and property --- Source/Scene/Cesium3DTileset.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Scene/Cesium3DTileset.js b/Source/Scene/Cesium3DTileset.js index 1dcd16ed2e4b..d47fc23049a2 100644 --- a/Source/Scene/Cesium3DTileset.js +++ b/Source/Scene/Cesium3DTileset.js @@ -884,7 +884,6 @@ import TileOrientedBoundingBox from './TileOrientedBoundingBox.js'; * PrimitiveCollection and Cesium3DTileset objects without inflating * the size of the module via `instanceof Cesium3DTileset` */ - isCesium3DTileset : { get : function() { return true;