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

Commit d8a00fb

Browse files
Fixing issue #649
1 parent d8dbfc3 commit d8a00fb

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

dist/rx.lite.extras.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
return factory(root, exports, Rx);
2727
});
2828
} else if (typeof module === 'object' && module && module.exports === freeExports) {
29-
module.exports = factory(root, module.exports, require('./rx-lite'));
29+
module.exports = factory(root, module.exports, require('rx-lite'));
3030
} else {
3131
root.Rx = factory(root, {}, root.Rx);
3232
}

dist/rx.lite.extras.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rx.lite.extras.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/rx-lite-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-lite-compat",
33
"title": "Reactive Extensions for JavaScript (RxJS) Lite",
44
"description": "Lightweight IE6 compatible library for composing asynchronous and event-based operations in JavaScript",
5-
"version": "2.4.8",
5+
"version": "2.4.9",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS",
77
"author": {
88
"name": "Cloud Programmability Team",

modules/rx-lite-extras/rx.lite.extras.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
return factory(root, exports, Rx);
2727
});
2828
} else if (typeof module === 'object' && module && module.exports === freeExports) {
29-
module.exports = factory(root, module.exports, require('./rx-lite'));
29+
module.exports = factory(root, module.exports, require('rx-lite'));
3030
} else {
3131
root.Rx = factory(root, {}, root.Rx);
3232
}

0 commit comments

Comments
 (0)