Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed Mar 7, 2018
1 parent 166a669 commit 0610133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Specs/Scene/ModelSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ defineSuite([
'Core/defined',
'Core/defineProperties',
'Core/DistanceDisplayCondition',
'Core/DracoLoader',
'Core/Ellipsoid',
'Core/Event',
'Core/FeatureDetection',
Expand All @@ -30,6 +29,7 @@ defineSuite([
'Renderer/ShaderSource',
'Scene/Axis',
'Scene/ColorBlendMode',
'Scene/DracoLoader',
'Scene/HeightReference',
'Scene/ModelAnimationLoop',
'Specs/createScene',
Expand All @@ -47,7 +47,6 @@ defineSuite([
defined,
defineProperties,
DistanceDisplayCondition,
DracoLoader,
Ellipsoid,
Event,
FeatureDetection,
Expand All @@ -67,6 +66,7 @@ defineSuite([
ShaderSource,
Axis,
ColorBlendMode,
DracoLoader,
HeightReference,
ModelAnimationLoop,
createScene,
Expand Down

0 comments on commit 0610133

Please sign in to comment.