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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user