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