mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-21 09:00:26 -05:00
9 lines
170 B
JavaScript
9 lines
170 B
JavaScript
window.Demo = Ember.Application.create({
|
|
rootElement: '#demo-app',
|
|
});
|
|
|
|
Demo.deferReadiness();
|
|
|
|
if (document.getElementById('demo-app')) {
|
|
Demo.advanceReadiness();
|
|
}
|