reserves.canmananna.cat Open in urlscan Pro
45.15.137.218  Public Scan

URL: https://reserves.canmananna.cat/wp-content/plugins/booking-system/application/assets/js/calendars/calendar.js?ver=5.7.9
Submission: On October 25 via api from US — Scanned from AT

Form analysis 0 forms found in the DOM

Text Content

/*
 * Title                   : Pinpoint Booking System
 * File                    : application/assets/js/calendars/calendar.js
 * Author                  : Dot on Paper
 * Copyright               : © 2017 Dot on Paper
 * Website                 : https://www.dotonpaper.net
 * Description             : Calendar JavaScript class.
 */

DOT.methods.calendar = new function(){
    'use strict';
    
    /*
     * Private variables.
     */
    var $ = jQuery.noConflict();
    
    /*
     * Public variables.
     */
    this.settings = new Array();
    
    /*
     * Constructor
     * 
     * @usage
     *	    The constructor is called when a class instance is created.
     * 
     * @params
     *	    -
     * 
     * @post
     *	    -
     * 
     * @get
     *	    -
     * 
     * @sessions
     *	    -
     * 
     * @cookies
     *	    -
     * 
     * @constants
     *	    -
     * 
     * @globals
     *	    -
     * 
     * @functions
     *	    -
     * 
     * @hooks
     *	    -
     * 
     * @layouts
     *	    -
     * 
     * @return
     *	    -
     * 
     * @return_details
     *	    -
     * 
     * @dv
     *	    -
     * 
     * @tests
     *	    -
     */
    this.__construct = function(){
    };

    return this.__construct();
};