{I" class:ETI"BundledAsset; FI"logical_path; TI"clndr-rails/index.js; FI" pathname; TI"N/Users/ilabo/Dropbox/clndr/vendor/assets/javascripts/clndr-rails/index.js; FI"content_type; TI"application/javascript; TI" mtime; Tl+d*‹TI"length; Ti)…I"digest; TI"%dc9428066458476649bcc03692ac1dc7; FI"source; TI")…/* * ~ CLNDR v1.2.5 ~ * ============================================== * https://github.com/kylestetz/CLNDR * ============================================== * created by kyle stetz (github.com/kylestetz) * &available under the MIT license * http://opensource.org/licenses/mit-license.php * ============================================== * * This is the fully-commented development version of CLNDR. * For the production version, check out clndr.min.js * at https://github.com/kylestetz/CLNDR * * This work is based on the * jQuery lightweight plugin boilerplate * Original author: @ajpiano * Further changes, comments: @addyosmani * Licensed under the MIT license */ (function (factory) { if (typeof define === 'function' && define.amd) { // AMD. Register as an anonymous module. define(['jquery', 'moment'], factory); } else if (typeof exports === 'object') { // Node/CommonJS factory(require('jquery'), require('moment')); } else { // Browser globals factory(jQuery, moment); } }(function ($, moment) { // This is the default calendar template. This can be overridden. var clndrTemplate = "
<%= daysOfTheWeek[i] %> | " + "<% } %>" + "
<%= days[d].day %>" +
" | " +
"<% } %>" +
"