mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-25 16:41:08 +02:00
10 lines
170 B
JavaScript
10 lines
170 B
JavaScript
window.Demo = Ember.Application.create({
|
|
rootElement: '#demo-app',
|
|
});
|
|
|
|
Demo.deferReadiness();
|
|
|
|
if (document.getElementById('demo-app')) {
|
|
Demo.advanceReadiness();
|
|
}
|