From dab78e31a67bad1e274b26c722db23277eaa1a93 Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Fri, 9 Mar 2018 10:12:22 -0500 Subject: [PATCH] Style tweak --- Source/Core/ClippingPlane.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/Core/ClippingPlane.js b/Source/Core/ClippingPlane.js index a84d5c05dfc1..08b652212cc4 100644 --- a/Source/Core/ClippingPlane.js +++ b/Source/Core/ClippingPlane.js @@ -7,8 +7,7 @@ define([ Cartesian3, Check, defined, - defineProperties - ) { + defineProperties) { 'use strict'; /**