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

Commit 9907352

Browse files
Updating docs
1 parent 43961f5 commit 9907352

File tree

9 files changed

+76
-43
lines changed

9 files changed

+76
-43
lines changed

dist/rx.dom.compat.js

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
Scheduler = Rx.Scheduler,
4545
defaultNow = (function () { return !!Date.now ? Date.now : function () { return +new Date; }; }()),
4646
dom = Rx.DOM = {},
47-
ajax = Rx.DOM.Request = {},
4847
hasOwnProperty = {}.hasOwnProperty;
4948

5049
function fixEvent(event) {

dist/rx.dom.compat.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rx.dom.js

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
Scheduler = Rx.Scheduler,
4545
defaultNow = (function () { return !!Date.now ? Date.now : function () { return +new Date; }; }()),
4646
dom = Rx.DOM = {},
47-
ajax = Rx.DOM.Request = {},
4847
hasOwnProperty = {}.hasOwnProperty;
4948

5049
function createListener (element, name, handler) {

dist/rx.dom.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)