{"version":3,"file":"js/application-cccbab09d62491c2cc07.js","mappings":"oGAmBAA,KAAKC,UAAUC,WAAa,WAC1B,IAAIC,EAAKC,KAAKC,WAAa,EACvBC,EAAKF,KAAKG,UAEd,MAAO,CAACH,KAAKI,eACJL,EAAG,EAAI,GAAK,KAAOA,GACnBG,EAAG,EAAI,GAAK,KAAOA,GACnBG,KAAK,IAChB,EAEA,IAAIC,EAA0BC,EAAAA,OACVA,EAAQ,OACdC,WAAWF,E","sources":["webpack://box.millbody/./app/javascript/packs/application.js"],"sourcesContent":["/* eslint no-console:0 */\n// This file is automatically compiled by Webpack, along with any other files\n// present in this directory. You're encouraged to place your actual application logic in\n// a relevant structure within app/javascript and only use these pack files to reference\n// that code so it'll be compiled.\n//\n// To reference this file, add <%= javascript_pack_tag 'application' %> to the appropriate\n// layout file, like app/views/layouts/application.html.erb\n\n\n// Uncomment to copy all static images under ../images to the output folder and reference\n// them with the image_pack_tag helper in views (e.g <%= image_pack_tag 'rails.png' %>)\n// or the `imagePath` JavaScript helper below.\n//\n// const images = require.context('../images', true)\n// const imagePath = (name) => images(name, true)\n\n// Support component names relative to this directory:\n\nDate.prototype.formatDate = function() {\n var mm = this.getMonth() + 1; // getMonth() is zero-based\n var dd = this.getDate();\n\n return [this.getFullYear(),\n (mm>9 ? '' : '0') + mm,\n (dd>9 ? '' : '0') + dd\n ].join('-');\n};\n\nvar componentRequireContext = require.context(\"application\", true);\nvar ReactRailsUJS = require(\"react_ujs\");\nReactRailsUJS.useContext(componentRequireContext);// Support component names relative to this directory:\n\n"],"names":["Date","prototype","formatDate","mm","this","getMonth","dd","getDate","getFullYear","join","componentRequireContext","require","useContext"],"sourceRoot":""}