8000
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.
2 parents a19cede + a04e81d commit 604a558Copy full SHA for 604a558
tasks/test_amdefine.js
@@ -16,7 +16,7 @@ if(typeof define !== 'function') {
16
define(function(require) {
17
var plotly = require('../dist/plotly.min.js');
18
19
- if(plotly) {
+ if(plotly && plotly.PlotSchema) {
20
console.log(plotly);
21
} else {
22
throw 'Error: loading with amdefine';
tasks/test_requirejs.js
@@ -18,7 +18,7 @@ requirejs.config({
requirejs(['plotly'],
function(plotly) {
23
24
throw 'Error: loading with requirejs';
0 commit comments