ajax.js 179 B

1234
  1. import { Observable } from '../../../Observable';
  2. import { ajax as staticAjax } from '../../../observable/dom/ajax';
  3. Observable.ajax = staticAjax;
  4. //# sourceMappingURL=ajax.js.map