Skip to content

Commit 19fe832

Browse files
Fix offline stuff
1 parent 53faa2f commit 19fe832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

almond/src/main/scala/plotly/Almond.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ object Almond {
2323
s"""define('plotly', function(require, exports, module) {
2424
| ${Plotly.plotlyMinJs}
2525
|});
26-
"""
26+
""".stripMargin
2727
else
2828
"""require.config({
2929
| paths: {

0 commit comments

Comments
 (0)