{"version":3,"file":"app/form.js","sources":["form.js"],"sourcesContent":["/*----------------------------------------------------------------------------*\\\r\n FORM\r\n Basic javascript functions for forms\r\n\\*----------------------------------------------------------------------------*/\r\n\r\n/**\r\n * Use strict as per:\r\n * http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/\r\n */\r\n'use strict';\r\n\r\n\r\n/**\r\n * Check if oy object exists, otherwise create it\r\n */\r\nvar oy = oy || {};\r\n\r\n\r\n/**\r\n * Jshint global references\r\n * Please define all third party plugins that you use to not break jshinting\r\n */\r\n\r\n\r\n\r\n/* Component\r\n\\*----------------------------------------------------------------------------*/\r\n\r\noy.form = {\r\n init: function(){\r\n if (oy.cutsMustard) {\r\n // Your javascript\r\n }\r\n }\r\n};\r\n\r\n\r\nwindow.addEventListener('load', function () {\r\n oy.form.init();\r\n}, false);\r\n"],"names":[],"mappings":"AAAA;;;;;;;;;AASA,YAAY,CAAC;;;;;;AAMb,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC;;;;;;;;;;;;;AAalB,EAAE,CAAC,IAAI,GAAG;IACN,IAAI,EAAE,UAAU;QACZ,IAAI,EAAE,CAAC,WAAW,EAAE;;SAEnB;KACJ;CACJ,CAAC;;;AAGF,MAAM,CAAC,gBAAgB,CAAC,MAAM,EAAE,YAAY;IACxC,EAAE,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;CAClB,EAAE,KAAK,CAAC,CAAC;","sourceRoot":"/source/"}