Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 78bb0db

Browse files
Merge pull request #11 from arthurgreef/master
Make relative path for rx module
2 parents e93444b + 4af2bf8 commit 78bb0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rx.dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
// Because of build optimizers
2424
if (typeof define === 'function' && define.amd) {
25-
define(['rx', 'exports'], function (Rx, exports) {
25+
define(['./rx', 'exports'], function (Rx, exports) {
2626
root.Rx = factory(root, exports, Rx);
2727
return root.Rx;
2828
});

0 commit comments

Comments
 (0)