"use strict";
/*
 * jQuery plugin to show images and pdf files on preview
 * https://github.com/guillermodiazga/EZView
 *
 * Copyright 2017, Guillermo Diaz
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */
/**
 * Check if jQuery is loaded
 */
if (!window.jQuery) {
    throw Error('jQuery is required');
}
/**
 * Plugin Definition
 * @param {string} collectionName [This galery name in use to create a set of images and navigate through them]
 * 
 * Viewer will create inside the body a container by each collection of images
 *  <.EZView #EZView[auto-numeric-collection]>
 *      <.image-collection>
 *          
 *      
 *   
 *  
 *  e.g.
 *  
 *