mirror of
https://github.com/Screenly/Anthias.git
synced 2026-02-25 19:17:31 -05:00
6 lines
84 B
JavaScript
6 lines
84 B
JavaScript
jQuery(function() {
|
|
Screenly.app = new Screenly.App({
|
|
el: $('body')
|
|
});
|
|
});
|