Skip to content

Commit 5d50289

Browse files
bijoythomasbuzzdecafe
authored andcommitted
Enable loading of external scripts (#160)
1 parent 33ff592 commit 5d50289

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

repl/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@
113113
// Optional.
114114
// Here we can declare a list of libraries that we wish to have
115115
// loaded and exposed in the repl.
116-
scripts: []
117-
/*
116+
118117
scripts: [
119118
{
120119
src : '//wzrd.in/standalone/sanctuary@latest',
@@ -137,8 +136,6 @@
137136
]
138137
}
139138
]
140-
*/
141-
142139
});
143140

144141
}());

0 commit comments

Comments
 (0)