Skip to content

Commit 39c32d0

Browse files
committed
doc: improve comment about trace type 'various'
1 parent 2802d22 commit 39c32d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/registry.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ exports.getModule = function(trace) {
117117
exports.traceIs = function(traceType, category) {
118118
traceType = getTraceType(traceType);
119119

120-
if(traceType === 'various') return false; // FIXME
120+
// old plot.ly workspace hack, nothing to see here
121+
if(traceType === 'various') return false;
121122

122123
var _module = exports.modules[traceType];
123124

0 commit comments

Comments
 (0)