1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-23 06:02:53 +02:00

Use complete RSVP instead of ES6Promise

This commit is contained in:
Dominik Schmidt
2015-03-03 22:09:39 +01:00
parent c12aea4b35
commit 16df4d958e
6 changed files with 16 additions and 25 deletions

View File

@@ -1,8 +1,3 @@
// install ES6Promise as global Promise
if(window.Promise === undefined) {
window.Promise = window.ES6Promise.Promise;
}
// TODO: find a way to enumerate TypeInfo instead of copying this manually
Tomahawk.InfoSystem = Tomahawk.InfoSystem || {};
Tomahawk.InfoSystem.InfoType = Object.create(null);