Skip to content

Commit ff3488f

Browse files
committed
Merge pull request #4 from aymanosman/patch-1
Fix link to rxjs dependency
2 parents 8fc54e1 + a8fdb70 commit ff3488f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requirejs.config({
66
paths: {
77
'lodash': '../vendor/lodash/dist/lodash.min',
88
'react/addons': '../vendor/react/react-with-addons',
9-
'rx': '../vendor/rxjs/rx.lite',
9+
'rx': '../vendor/rxjs/dist/rx.lite',
1010
},
1111
urlArgs: 'bust=' + (+new Date())
1212
});

0 commit comments

Comments
 (0)