Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed May 23, 2017
1 parent 8930949 commit be3933e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Source/Scene/Cesium3DTileStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ define([
this._show = undefined;
this._pointSize = undefined;
this._meta = undefined;
this._expressions = undefined;

this._colorShaderFunction = undefined;
this._showShaderFunction = undefined;
Expand Down
2 changes: 1 addition & 1 deletion Source/Scene/Expression.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ define([
}

function replaceExpressions(expression, expressions) {
if (!defined(expressions) || (defined(expressions) && expressions.length === 0)) {
if (!defined(expressions)) {
return expression;
}
for (var key in expressions) {
Expand Down

0 comments on commit be3933e

Please sign in to comment.