Skip to content

Commit c080c03

Browse files
committed
fix type (restyle --> relayout)
1 parent b3e0fae commit c080c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/plot_promise_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ describe('Plotly.___ methods', function() {
282282

283283
Plotly.plot(initialDiv, data, {});
284284

285-
promise = Plotly.restyle(initialDiv, 'title', 'Promise test!');
285+
promise = Plotly.relayout(initialDiv, 'title', 'Promise test!');
286286

287287
promise.then(function(gd){
288288
promiseGd = gd;

0 commit comments

Comments
 (0)