Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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