Skip to content

Commit

Permalink
Single quotes for strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbeverage committed Jul 26, 2017
1 parent 0774baa commit cff9478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Scene/PolylineCollection.js
Expand Up @@ -1151,7 +1151,7 @@ define([

// Check for use of v_angle in material shader
if (this.material.shaderSource.search(/varying\s+float\s+v_angle;/g) !== -1) {
defines.push("POLYLINE_DASH");
defines.push('POLYLINE_DASH');
}

var vsSource = batchTable.getVertexShaderCallback()(PolylineVS);
Expand Down

0 comments on commit cff9478

Please sign in to comment.