openmct/platform/framework/lib
Victor Woeltjen 83d06b6f8f [Framework] Add Promise polyfill
Add Promise polyfill to version control. Promise objects
are included in ECMAScript 6 and browser support is
present, but non-universal. Using the polyfill approach
permits the use of Promise directly throughout the
application without relying on bleeding-edge browser
support.

Promises are useful at the framework level particularly
because of the number of asynchronous calls made when
assembling bundles. Framework layer is WTD-518.
2014-10-31 13:14:34 -07:00
..
angular.min.js [Framework] Add Angular, Require libraries 2014-10-28 08:28:18 -07:00
es6-promise-2.0.0.min.js [Framework] Add Promise polyfill 2014-10-31 13:14:34 -07:00
require.js [Framework] Add Angular, Require libraries 2014-10-28 08:28:18 -07:00