Skip to content

Commit

Permalink
Remove ajax module migration error
Browse files Browse the repository at this point in the history
  • Loading branch information
xg-wang committed Mar 28, 2020
1 parent 6efe413 commit ebf025e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions assets/browser-fetch.js.t
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,4 @@
delete self[prop];
});
});

define('fetch/ajax', ['exports'], function() {
throw new Error('You included `fetch/ajax` but it was renamed to `ember-fetch/ajax`');
});
}(typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : this));
6 changes: 0 additions & 6 deletions public/fetch-fastboot.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,3 @@ define('fetch', ['exports'], function(exports) {
exports.Response = nodeFetch.Response;
exports.AbortController = AbortControllerPolyfill.AbortController;
});

define('fetch/ajax', ['exports'], function() {
throw new Error(
'You included `fetch/ajax` but it was renamed to `ember-fetch/ajax`'
);
});

0 comments on commit ebf025e

Please sign in to comment.