Newer
Older
alarm / WebRoot / s / media / js / gallery.js
zhout on 2 Mar 2022 174 bytes first commit
var Gallery = function () {

    return {
        //main function to initiate the module
        init: function () {

            App.initFancybox();

        }

    };

}();