Move documentation
This commit is contained in:
14
documentation/frontend/js/compodoc.js
Normal file
14
documentation/frontend/js/compodoc.js
Normal file
@@ -0,0 +1,14 @@
|
||||
var compodoc = {
|
||||
EVENTS: {
|
||||
READY: 'compodoc.ready',
|
||||
SEARCH_READY: 'compodoc.search.ready'
|
||||
}
|
||||
};
|
||||
|
||||
Object.assign( compodoc, EventDispatcher.prototype );
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
compodoc.dispatchEvent({
|
||||
type: compodoc.EVENTS.READY
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user