Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 39a20a3

Browse files
committed
remove baseURL as constructor option
1 parent 5298296 commit 39a20a3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/system.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@
1212

1313
var System;
1414

15-
function SystemLoader(baseURL) {
15+
function SystemLoader() {
1616
Loader.call(this);
1717

18-
baseURL = baseURL || baseURI;
19-
20-
this.baseURL = baseURL;
18+
this.baseURL = baseURI;
2119
this.paths = {};
2220
}
2321

0 commit comments

Comments
 (0)