Newer
Older
EMS-WEB-3.0 / src / main / webapp / s / media / js / gallery.js
wxn on 9 Aug 2016 174 bytes first commit
var Gallery = function () {

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

            App.initFancybox();

        }

    };

}();