Skip to content

Commit 12f3e1f

Browse files
committed
removed indices convert
1 parent cbaae9a commit 12f3e1f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/traces/mesh3d/defaults.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
4141
return;
4242
}
4343

44-
if(indices) {
45-
// otherwise, convert all face indices to ints
46-
indices.forEach(function(index) {
47-
for(var i = 0; i < index.length; ++i) index[i] |= 0;
48-
});
49-
}
50-
5144
var handleCalendarDefaults = Registry.getComponentMethod('calendars', 'handleTraceDefaults');
5245
handleCalendarDefaults(traceIn, traceOut, ['x', 'y', 'z'], layout);
5346

0 commit comments

Comments
 (0)