mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
8 lines
184 B
HTML
8 lines
184 B
HTML
<link rel="import" href="../polymer/polymer.html">
|
|
<script src='./Promise.js'></script>
|
|
<script>
|
|
if (!window.Promise) {
|
|
window.Promise = MakePromise(Polymer.Base.async);
|
|
}
|
|
</script>
|