We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91ebbf commit 93fa913Copy full SHA for 93fa913
src/plot_api/plot_schema.js
@@ -29,8 +29,8 @@ var IS_LINKED_TO_ARRAY = '_isLinkedToArray';
29
var DEPRECATED = '_deprecated';
30
var UNDERSCORE_ATTRS = [IS_SUBPLOT_OBJ, IS_LINKED_TO_ARRAY, DEPRECATED];
31
32
-exports.IS_SUBPLOT_OBJ = '_isSubplotObj';
33
-exports.IS_LINKED_TO_ARRAY = '_isLinkedToArray';
+exports.IS_SUBPLOT_OBJ = IS_SUBPLOT_OBJ;
+exports.IS_LINKED_TO_ARRAY = IS_LINKED_TO_ARRAY;
34
exports.DEPRECATED = DEPRECATED;
35
exports.UNDERSCORE_ATTRS = UNDERSCORE_ATTRS;
36
0 commit comments