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 afde98a
Showing 1 changed file with 0 additions and 4 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));

0 comments on commit afde98a

Please sign in to comment.