diff --git a/css/normalize.css b/css/normalize.css
deleted file mode 100644
index 4d4d01d..0000000
--- a/css/normalize.css
+++ /dev/null
@@ -1,527 +0,0 @@
-/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
-
-/* ==========================================================================
- HTML5 display definitions
- ========================================================================== */
-
-/**
- * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
- */
-
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-main,
-nav,
-section,
-summary {
- display: block;
-}
-
-/**
- * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
- */
-
-audio,
-canvas,
-video {
- display: inline-block;
- *display: inline;
- *zoom: 1;
-}
-
-/**
- * Prevent modern browsers from displaying `audio` without controls.
- * Remove excess height in iOS 5 devices.
- */
-
-audio:not([controls]) {
- display: none;
- height: 0;
-}
-
-/**
- * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
- * Known issue: no IE 6 support.
- */
-
-[hidden] {
- display: none;
-}
-
-/* ==========================================================================
- Base
- ========================================================================== */
-
-/**
- * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
- * `em` units.
- * 2. Prevent iOS text size adjust after orientation change, without disabling
- * user zoom.
- */
-
-html {
- font-size: 100%; /* 1 */
- -webkit-text-size-adjust: 100%; /* 2 */
- -ms-text-size-adjust: 100%; /* 2 */
-}
-
-/**
- * Address `font-family` inconsistency between `textarea` and other form
- * elements.
- */
-
-html,
-button,
-input,
-select,
-textarea {
- font-family: sans-serif;
-}
-
-/**
- * Address margins handled incorrectly in IE 6/7.
- */
-
-body {
- margin: 0;
-}
-
-/* ==========================================================================
- Links
- ========================================================================== */
-
-/**
- * Address `outline` inconsistency between Chrome and other browsers.
- */
-
-a:focus {
- outline: thin dotted;
-}
-
-/**
- * Improve readability when focused and also mouse hovered in all browsers.
- */
-
-a:active,
-a:hover {
- outline: 0;
-}
-
-/* ==========================================================================
- Typography
- ========================================================================== */
-
-/**
- * Address font sizes and margins set differently in IE 6/7.
- * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
- * and Chrome.
- */
-
-h1 {
- font-size: 2em;
- margin: 0.67em 0;
-}
-
-h2 {
- font-size: 1.5em;
- margin: 0.83em 0;
-}
-
-h3 {
- font-size: 1.17em;
- margin: 1em 0;
-}
-
-h4 {
- font-size: 1em;
- margin: 1.33em 0;
-}
-
-h5 {
- font-size: 0.83em;
- margin: 1.67em 0;
-}
-
-h6 {
- font-size: 0.67em;
- margin: 2.33em 0;
-}
-
-/**
- * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
- */
-
-abbr[title] {
- border-bottom: 1px dotted;
-}
-
-/**
- * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
- */
-
-b,
-strong {
- font-weight: bold;
-}
-
-blockquote {
- margin: 1em 40px;
-}
-
-/**
- * Address styling not present in Safari 5 and Chrome.
- */
-
-dfn {
- font-style: italic;
-}
-
-/**
- * Address differences between Firefox and other browsers.
- * Known issue: no IE 6/7 normalization.
- */
-
-hr {
- -moz-box-sizing: content-box;
- box-sizing: content-box;
- height: 0;
-}
-
-/**
- * Address styling not present in IE 6/7/8/9.
- */
-
-mark {
- background: #ff0;
- color: #000;
-}
-
-/**
- * Address margins set differently in IE 6/7.
- */
-
-p,
-pre {
- margin: 1em 0;
-}
-
-/**
- * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
- */
-
-code,
-kbd,
-pre,
-samp {
- font-family: monospace, serif;
- _font-family: 'courier new', monospace;
- font-size: 1em;
-}
-
-/**
- * Improve readability of pre-formatted text in all browsers.
- */
-
-pre {
- white-space: pre;
- white-space: pre-wrap;
- word-wrap: break-word;
-}
-
-/**
- * Address CSS quotes not supported in IE 6/7.
- */
-
-q {
- quotes: none;
-}
-
-/**
- * Address `quotes` property not supported in Safari 4.
- */
-
-q:before,
-q:after {
- content: '';
- content: none;
-}
-
-/**
- * Address inconsistent and variable font size in all browsers.
- */
-
-small {
- font-size: 80%;
-}
-
-/**
- * Prevent `sub` and `sup` affecting `line-height` in all browsers.
- */
-
-sub,
-sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
-}
-
-sup {
- top: -0.5em;
-}
-
-sub {
- bottom: -0.25em;
-}
-
-/* ==========================================================================
- Lists
- ========================================================================== */
-
-/**
- * Address margins set differently in IE 6/7.
- */
-
-dl,
-menu,
-ol,
-ul {
- margin: 1em 0;
-}
-
-dd {
- margin: 0 0 0 40px;
-}
-
-/**
- * Address paddings set differently in IE 6/7.
- */
-
-menu,
-ol,
-ul {
- padding: 0 0 0 40px;
-}
-
-/**
- * Correct list images handled incorrectly in IE 7.
- */
-
-nav ul,
-nav ol {
- list-style: none;
- list-style-image: none;
-}
-
-/* ==========================================================================
- Embedded content
- ========================================================================== */
-
-/**
- * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
- * 2. Improve image quality when scaled in IE 7.
- */
-
-img {
- border: 0; /* 1 */
- -ms-interpolation-mode: bicubic; /* 2 */
-}
-
-/**
- * Correct overflow displayed oddly in IE 9.
- */
-
-svg:not(:root) {
- overflow: hidden;
-}
-
-/* ==========================================================================
- Figures
- ========================================================================== */
-
-/**
- * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
- */
-
-figure {
- margin: 0;
-}
-
-/* ==========================================================================
- Forms
- ========================================================================== */
-
-/**
- * Correct margin displayed oddly in IE 6/7.
- */
-
-form {
- margin: 0;
-}
-
-/**
- * Define consistent border, margin, and padding.
- */
-
-fieldset {
- border: 1px solid #c0c0c0;
- margin: 0 2px;
- padding: 0.35em 0.625em 0.75em;
-}
-
-/**
- * 1. Correct color not being inherited in IE 6/7/8/9.
- * 2. Correct text not wrapping in Firefox 3.
- * 3. Correct alignment displayed oddly in IE 6/7.
- */
-
-legend {
- border: 0; /* 1 */
- padding: 0;
- white-space: normal; /* 2 */
- *margin-left: -7px; /* 3 */
-}
-
-/**
- * 1. Correct font size not being inherited in all browsers.
- * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
- * and Chrome.
- * 3. Improve appearance and consistency in all browsers.
- */
-
-button,
-input,
-select,
-textarea {
- font-size: 100%; /* 1 */
- margin: 0; /* 2 */
- vertical-align: baseline; /* 3 */
- *vertical-align: middle; /* 3 */
-}
-
-/**
- * Address Firefox 3+ setting `line-height` on `input` using `!important` in
- * the UA stylesheet.
- */
-
-button,
-input {
- line-height: normal;
-}
-
-/**
- * Address inconsistent `text-transform` inheritance for `button` and `select`.
- * All other form control elements do not inherit `text-transform` values.
- * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
- * Correct `select` style inheritance in Firefox 4+ and Opera.
- */
-
-button,
-select {
- text-transform: none;
-}
-
-/**
- * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
- * and `video` controls.
- * 2. Correct inability to style clickable `input` types in iOS.
- * 3. Improve usability and consistency of cursor style between image-type
- * `input` and others.
- * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
- * Known issue: inner spacing remains in IE 6.
- */
-
-button,
-html input[type="button"], /* 1 */
-input[type="reset"],
-input[type="submit"] {
- -webkit-appearance: button; /* 2 */
- cursor: pointer; /* 3 */
- *overflow: visible; /* 4 */
-}
-
-/**
- * Re-set default cursor for disabled elements.
- */
-
-button[disabled],
-html input[disabled] {
- cursor: default;
-}
-
-/**
- * 1. Address box sizing set to content-box in IE 8/9.
- * 2. Remove excess padding in IE 8/9.
- * 3. Remove excess padding in IE 7.
- * Known issue: excess padding remains in IE 6.
- */
-
-input[type="checkbox"],
-input[type="radio"] {
- box-sizing: border-box; /* 1 */
- padding: 0; /* 2 */
- *height: 13px; /* 3 */
- *width: 13px; /* 3 */
-}
-
-/**
- * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
- * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
- * (include `-moz` to future-proof).
- */
-
-input[type="search"] {
- -webkit-appearance: textfield; /* 1 */
- -moz-box-sizing: content-box;
- -webkit-box-sizing: content-box; /* 2 */
- box-sizing: content-box;
-}
-
-/**
- * Remove inner padding and search cancel button in Safari 5 and Chrome
- * on OS X.
- */
-
-input[type="search"]::-webkit-search-cancel-button,
-input[type="search"]::-webkit-search-decoration {
- -webkit-appearance: none;
-}
-
-/**
- * Remove inner padding and border in Firefox 3+.
- */
-
-button::-moz-focus-inner,
-input::-moz-focus-inner {
- border: 0;
- padding: 0;
-}
-
-/**
- * 1. Remove default vertical scrollbar in IE 6/7/8/9.
- * 2. Improve readability and alignment in all browsers.
- */
-
-textarea {
- overflow: auto; /* 1 */
- vertical-align: top; /* 2 */
-}
-
-/* ==========================================================================
- Tables
- ========================================================================== */
-
-/**
- * Remove most spacing between table cells.
- */
-
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
diff --git a/header.php b/header.php
index c3579f1..2b959a0 100644
--- a/header.php
+++ b/header.php
@@ -15,7 +15,7 @@
-
+
@@ -24,9 +24,9 @@
+ -->
-
\ No newline at end of file
+
diff --git a/js/vendor/modernizr-2.6.2.min.js b/js/vendor/modernizr-2.6.2.min.js
deleted file mode 100644
index f65d479..0000000
--- a/js/vendor/modernizr-2.6.2.min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/* Modernizr 2.6.2 (Custom Build) | MIT & BSD
- * Build: http://modernizr.com/download/#-fontface-backgroundsize-borderimage-borderradius-boxshadow-flexbox-hsla-multiplebgs-opacity-rgba-textshadow-cssanimations-csscolumns-generatedcontent-cssgradients-cssreflections-csstransforms-csstransforms3d-csstransitions-applicationcache-canvas-canvastext-draganddrop-hashchange-history-audio-video-indexeddb-input-inputtypes-localstorage-postmessage-sessionstorage-websockets-websqldatabase-webworkers-geolocation-inlinesvg-smil-svg-svgclippaths-touch-webgl-shiv-mq-cssclasses-addtest-prefixed-teststyles-testprop-testallprops-hasevent-prefixes-domprefixes-load
- */
-;window.Modernizr=function(a,b,c){function D(a){j.cssText=a}function E(a,b){return D(n.join(a+";")+(b||""))}function F(a,b){return typeof a===b}function G(a,b){return!!~(""+a).indexOf(b)}function H(a,b){for(var d in a){var e=a[d];if(!G(e,"-")&&j[e]!==c)return b=="pfx"?e:!0}return!1}function I(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:F(f,"function")?f.bind(d||b):f}return!1}function J(a,b,c){var d=a.charAt(0).toUpperCase()+a.slice(1),e=(a+" "+p.join(d+" ")+d).split(" ");return F(b,"string")||F(b,"undefined")?H(e,b):(e=(a+" "+q.join(d+" ")+d).split(" "),I(e,b,c))}function K(){e.input=function(c){for(var d=0,e=c.length;d',a,""].join(""),l.id=h,(m?l:n).innerHTML+=f,n.appendChild(l),m||(n.style.background="",n.style.overflow="hidden",k=g.style.overflow,g.style.overflow="hidden",g.appendChild(n)),i=c(l,a),m?l.parentNode.removeChild(l):(n.parentNode.removeChild(n),g.style.overflow=k),!!i},z=function(b){var c=a.matchMedia||a.msMatchMedia;if(c)return c(b).matches;var d;return y("@media "+b+" { #"+h+" { position: absolute; } }",function(b){d=(a.getComputedStyle?getComputedStyle(b,null):b.currentStyle)["position"]=="absolute"}),d},A=function(){function d(d,e){e=e||b.createElement(a[d]||"div"),d="on"+d;var f=d in e;return f||(e.setAttribute||(e=b.createElement("div")),e.setAttribute&&e.removeAttribute&&(e.setAttribute(d,""),f=F(e[d],"function"),F(e[d],"undefined")||(e[d]=c),e.removeAttribute(d))),e=null,f}var a={select:"input",change:"input",submit:"form",reset:"form",error:"img",load:"img",abort:"img"};return d}(),B={}.hasOwnProperty,C;!F(B,"undefined")&&!F(B.call,"undefined")?C=function(a,b){return B.call(a,b)}:C=function(a,b){return b in a&&F(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=w.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(w.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(w.call(arguments)))};return e}),s.flexbox=function(){return J("flexWrap")},s.canvas=function(){var a=b.createElement("canvas");return!!a.getContext&&!!a.getContext("2d")},s.canvastext=function(){return!!e.canvas&&!!F(b.createElement("canvas").getContext("2d").fillText,"function")},s.webgl=function(){return!!a.WebGLRenderingContext},s.touch=function(){var c;return"ontouchstart"in a||a.DocumentTouch&&b instanceof DocumentTouch?c=!0:y(["@media (",n.join("touch-enabled),("),h,")","{#modernizr{top:9px;position:absolute}}"].join(""),function(a){c=a.offsetTop===9}),c},s.geolocation=function(){return"geolocation"in navigator},s.postmessage=function(){return!!a.postMessage},s.websqldatabase=function(){return!!a.openDatabase},s.indexedDB=function(){return!!J("indexedDB",a)},s.hashchange=function(){return A("hashchange",a)&&(b.documentMode===c||b.documentMode>7)},s.history=function(){return!!a.history&&!!history.pushState},s.draganddrop=function(){var a=b.createElement("div");return"draggable"in a||"ondragstart"in a&&"ondrop"in a},s.websockets=function(){return"WebSocket"in a||"MozWebSocket"in a},s.rgba=function(){return D("background-color:rgba(150,255,150,.5)"),G(j.backgroundColor,"rgba")},s.hsla=function(){return D("background-color:hsla(120,40%,100%,.5)"),G(j.backgroundColor,"rgba")||G(j.backgroundColor,"hsla")},s.multiplebgs=function(){return D("background:url(https://),url(https://),red url(https://)"),/(url\s*\(.*?){3}/.test(j.background)},s.backgroundsize=function(){return J("backgroundSize")},s.borderimage=function(){return J("borderImage")},s.borderradius=function(){return J("borderRadius")},s.boxshadow=function(){return J("boxShadow")},s.textshadow=function(){return b.createElement("div").style.textShadow===""},s.opacity=function(){return E("opacity:.55"),/^0.55$/.test(j.opacity)},s.cssanimations=function(){return J("animationName")},s.csscolumns=function(){return J("columnCount")},s.cssgradients=function(){var a="background-image:",b="gradient(linear,left top,right bottom,from(#9f9),to(white));",c="linear-gradient(left top,#9f9, white);";return D((a+"-webkit- ".split(" ").join(b+a)+n.join(c+a)).slice(0,-a.length)),G(j.backgroundImage,"gradient")},s.cssreflections=function(){return J("boxReflect")},s.csstransforms=function(){return!!J("transform")},s.csstransforms3d=function(){var a=!!J("perspective");return a&&"webkitPerspective"in g.style&&y("@media (transform-3d),(-webkit-transform-3d){#modernizr{left:9px;position:absolute;height:3px;}}",function(b,c){a=b.offsetLeft===9&&b.offsetHeight===3}),a},s.csstransitions=function(){return J("transition")},s.fontface=function(){var a;return y('@font-face {font-family:"font";src:url("https://")}',function(c,d){var e=b.getElementById("smodernizr"),f=e.sheet||e.styleSheet,g=f?f.cssRules&&f.cssRules[0]?f.cssRules[0].cssText:f.cssText||"":"";a=/src/i.test(g)&&g.indexOf(d.split(" ")[0])===0}),a},s.generatedcontent=function(){var a;return y(["#",h,"{font:0/0 a}#",h,':after{content:"',l,'";visibility:hidden;font:3px/1 a}'].join(""),function(b){a=b.offsetHeight>=3}),a},s.video=function(){var a=b.createElement("video"),c=!1;try{if(c=!!a.canPlayType)c=new Boolean(c),c.ogg=a.canPlayType('video/ogg; codecs="theora"').replace(/^no$/,""),c.h264=a.canPlayType('video/mp4; codecs="avc1.42E01E"').replace(/^no$/,""),c.webm=a.canPlayType('video/webm; codecs="vp8, vorbis"').replace(/^no$/,"")}catch(d){}return c},s.audio=function(){var a=b.createElement("audio"),c=!1;try{if(c=!!a.canPlayType)c=new Boolean(c),c.ogg=a.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/,""),c.mp3=a.canPlayType("audio/mpeg;").replace(/^no$/,""),c.wav=a.canPlayType('audio/wav; codecs="1"').replace(/^no$/,""),c.m4a=(a.canPlayType("audio/x-m4a;")||a.canPlayType("audio/aac;")).replace(/^no$/,"")}catch(d){}return c},s.localstorage=function(){try{return localStorage.setItem(h,h),localStorage.removeItem(h),!0}catch(a){return!1}},s.sessionstorage=function(){try{return sessionStorage.setItem(h,h),sessionStorage.removeItem(h),!0}catch(a){return!1}},s.webworkers=function(){return!!a.Worker},s.applicationcache=function(){return!!a.applicationCache},s.svg=function(){return!!b.createElementNS&&!!b.createElementNS(r.svg,"svg").createSVGRect},s.inlinesvg=function(){var a=b.createElement("div");return a.innerHTML="",(a.firstChild&&a.firstChild.namespaceURI)==r.svg},s.smil=function(){return!!b.createElementNS&&/SVGAnimate/.test(m.call(b.createElementNS(r.svg,"animate")))},s.svgclippaths=function(){return!!b.createElementNS&&/SVGClipPath/.test(m.call(b.createElementNS(r.svg,"clipPath")))};for(var L in s)C(s,L)&&(x=L.toLowerCase(),e[x]=s[L](),v.push((e[x]?"":"no-")+x));return e.input||K(),e.addTest=function(a,b){if(typeof a=="object")for(var d in a)C(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,typeof f!="undefined"&&f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},D(""),i=k=null,function(a,b){function k(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function l(){var a=r.elements;return typeof a=="string"?a.split(" "):a}function m(a){var b=i[a[g]];return b||(b={},h++,a[g]=h,i[h]=b),b}function n(a,c,f){c||(c=b);if(j)return c.createElement(a);f||(f=m(c));var g;return f.cache[a]?g=f.cache[a].cloneNode():e.test(a)?g=(f.cache[a]=f.createElem(a)).cloneNode():g=f.createElem(a),g.canHaveChildren&&!d.test(a)?f.frag.appendChild(g):g}function o(a,c){a||(a=b);if(j)return a.createDocumentFragment();c=c||m(a);var d=c.frag.cloneNode(),e=0,f=l(),g=f.length;for(;e",f="hidden"in a,j=a.childNodes.length==1||function(){b.createElement("a");var a=b.createDocumentFragment();return typeof a.cloneNode=="undefined"||typeof a.createDocumentFragment=="undefined"||typeof a.createElement=="undefined"}()}catch(c){f=!0,j=!0}})();var r={elements:c.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:c.shivCSS!==!1,supportsUnknownElements:j,shivMethods:c.shivMethods!==!1,type:"default",shivDocument:q,createElement:n,createDocumentFragment:o};a.html5=r,q(b)}(this,b),e._version=d,e._prefixes=n,e._domPrefixes=q,e._cssomPrefixes=p,e.mq=z,e.hasEvent=A,e.testProp=function(a){return H([a])},e.testAllProps=J,e.testStyles=y,e.prefixed=function(a,b,c){return b?J(a,b,c):J(a,"pfx")},g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+v.join(" "):""),e}(this,this.document),function(a,b,c){function d(a){return"[object Function]"==o.call(a)}function e(a){return"string"==typeof a}function f(){}function g(a){return!a||"loaded"==a||"complete"==a||"uninitialized"==a}function h(){var a=p.shift();q=1,a?a.t?m(function(){("c"==a.t?B.injectCss:B.injectJs)(a.s,0,a.a,a.x,a.e,1)},0):(a(),h()):q=0}function i(a,c,d,e,f,i,j){function k(b){if(!o&&g(l.readyState)&&(u.r=o=1,!q&&h(),l.onload=l.onreadystatechange=null,b)){"img"!=a&&m(function(){t.removeChild(l)},50);for(var d in y[c])y[c].hasOwnProperty(d)&&y[c][d].onload()}}var j=j||B.errorTimeout,l=b.createElement(a),o=0,r=0,u={t:d,s:c,e:f,a:i,x:j};1===y[c]&&(r=1,y[c]=[]),"object"==a?l.data=c:(l.src=c,l.type=a),l.width=l.height="0",l.onerror=l.onload=l.onreadystatechange=function(){k.call(this,r)},p.splice(e,0,u),"img"!=a&&(r||2===y[c]?(t.insertBefore(l,s?null:n),m(k,j)):y[c].push(l))}function j(a,b,c,d,f){return q=0,b=b||"j",e(a)?i("c"==b?v:u,a,b,this.i++,c,d,f):(p.splice(this.i++,0,a),1==p.length&&h()),this}function k(){var a=B;return a.loader={load:j,i:0},a}var l=b.documentElement,m=a.setTimeout,n=b.getElementsByTagName("script")[0],o={}.toString,p=[],q=0,r="MozAppearance"in l.style,s=r&&!!b.createRange().compareNode,t=s?l:n.parentNode,l=a.opera&&"[object Opera]"==o.call(a.opera),l=!!b.attachEvent&&!l,u=r?"object":l?"script":"img",v=l?"script":u,w=Array.isArray||function(a){return"[object Array]"==o.call(a)},x=[],y={},z={timeout:function(a,b){return b.length&&(a.timeout=b[0]),a}},A,B;B=function(a){function b(a){var a=a.split("!"),b=x.length,c=a.pop(),d=a.length,c={url:c,origUrl:c,prefixes:a},e,f,g;for(f=0;f
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.AudioIn.html b/reference/classes/p5.AudioIn.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.AudioIn.html
+++ b/reference/classes/p5.AudioIn.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.Color.html b/reference/classes/p5.Color.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.Color.html
+++ b/reference/classes/p5.Color.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.Convolver.html b/reference/classes/p5.Convolver.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.Convolver.html
+++ b/reference/classes/p5.Convolver.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.Delay.html b/reference/classes/p5.Delay.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.Delay.html
+++ b/reference/classes/p5.Delay.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.Element.html b/reference/classes/p5.Element.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.Element.html
+++ b/reference/classes/p5.Element.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.Env.html b/reference/classes/p5.Env.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.Env.html
+++ b/reference/classes/p5.Env.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.FFT.html b/reference/classes/p5.FFT.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.FFT.html
+++ b/reference/classes/p5.FFT.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.File.html b/reference/classes/p5.File.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.File.html
+++ b/reference/classes/p5.File.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.Filter.html b/reference/classes/p5.Filter.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.Filter.html
+++ b/reference/classes/p5.Filter.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.Font.html b/reference/classes/p5.Font.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.Font.html
+++ b/reference/classes/p5.Font.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.Gain.html b/reference/classes/p5.Gain.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.Gain.html
+++ b/reference/classes/p5.Gain.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.Graphics.html b/reference/classes/p5.Graphics.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.Graphics.html
+++ b/reference/classes/p5.Graphics.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.Image.html b/reference/classes/p5.Image.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.Image.html
+++ b/reference/classes/p5.Image.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.MediaElement.html b/reference/classes/p5.MediaElement.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.MediaElement.html
+++ b/reference/classes/p5.MediaElement.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.Noise.html b/reference/classes/p5.Noise.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.Noise.html
+++ b/reference/classes/p5.Noise.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.Oscillator.html b/reference/classes/p5.Oscillator.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.Oscillator.html
+++ b/reference/classes/p5.Oscillator.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.Part.html b/reference/classes/p5.Part.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.Part.html
+++ b/reference/classes/p5.Part.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.PeakDetect.html b/reference/classes/p5.PeakDetect.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.PeakDetect.html
+++ b/reference/classes/p5.PeakDetect.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.Phrase.html b/reference/classes/p5.Phrase.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.Phrase.html
+++ b/reference/classes/p5.Phrase.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.Pulse.html b/reference/classes/p5.Pulse.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.Pulse.html
+++ b/reference/classes/p5.Pulse.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.Renderer.html b/reference/classes/p5.Renderer.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.Renderer.html
+++ b/reference/classes/p5.Renderer.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.Reverb.html b/reference/classes/p5.Reverb.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.Reverb.html
+++ b/reference/classes/p5.Reverb.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.Score.html b/reference/classes/p5.Score.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.Score.html
+++ b/reference/classes/p5.Score.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.Signal.html b/reference/classes/p5.Signal.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.Signal.html
+++ b/reference/classes/p5.Signal.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.SoundFile.html b/reference/classes/p5.SoundFile.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.SoundFile.html
+++ b/reference/classes/p5.SoundFile.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.SoundRecorder.html b/reference/classes/p5.SoundRecorder.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.SoundRecorder.html
+++ b/reference/classes/p5.SoundRecorder.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.Table.html b/reference/classes/p5.Table.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.Table.html
+++ b/reference/classes/p5.Table.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.TableRow.html b/reference/classes/p5.TableRow.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.TableRow.html
+++ b/reference/classes/p5.TableRow.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.Vector.html b/reference/classes/p5.Vector.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.Vector.html
+++ b/reference/classes/p5.Vector.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.dom.html b/reference/classes/p5.dom.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.dom.html
+++ b/reference/classes/p5.dom.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.html b/reference/classes/p5.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.html
+++ b/reference/classes/p5.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/classes/p5.sound.html b/reference/classes/p5.sound.html
index 681f3e7..90a9df1 100644
--- a/reference/classes/p5.sound.html
+++ b/reference/classes/p5.sound.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/lib_addons_p5.dom.js.html b/reference/files/lib_addons_p5.dom.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/lib_addons_p5.dom.js.html
+++ b/reference/files/lib_addons_p5.dom.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/lib_addons_p5.sound.js.html b/reference/files/lib_addons_p5.sound.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/lib_addons_p5.sound.js.html
+++ b/reference/files/lib_addons_p5.sound.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_3d_3d_primitives.js.html b/reference/files/src_3d_3d_primitives.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_3d_3d_primitives.js.html
+++ b/reference/files/src_3d_3d_primitives.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_3d_camera.js.html b/reference/files/src_3d_camera.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_3d_camera.js.html
+++ b/reference/files/src_3d_camera.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_3d_light.js.html b/reference/files/src_3d_light.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_3d_light.js.html
+++ b/reference/files/src_3d_light.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_3d_material.js.html b/reference/files/src_3d_material.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_3d_material.js.html
+++ b/reference/files/src_3d_material.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_3d_p5.Geometry3D.js.html b/reference/files/src_3d_p5.Geometry3D.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_3d_p5.Geometry3D.js.html
+++ b/reference/files/src_3d_p5.Geometry3D.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_3d_p5.Matrix.js.html b/reference/files/src_3d_p5.Matrix.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_3d_p5.Matrix.js.html
+++ b/reference/files/src_3d_p5.Matrix.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_3d_p5.Renderer3D.js.html b/reference/files/src_3d_p5.Renderer3D.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_3d_p5.Renderer3D.js.html
+++ b/reference/files/src_3d_p5.Renderer3D.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_3d_retainedMode3D.js.html b/reference/files/src_3d_retainedMode3D.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_3d_retainedMode3D.js.html
+++ b/reference/files/src_3d_retainedMode3D.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_app.js.html b/reference/files/src_app.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_app.js.html
+++ b/reference/files/src_app.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_color_color_conversion.js.html b/reference/files/src_color_color_conversion.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_color_color_conversion.js.html
+++ b/reference/files/src_color_color_conversion.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_color_creating_reading.js.html b/reference/files/src_color_creating_reading.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_color_creating_reading.js.html
+++ b/reference/files/src_color_creating_reading.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_color_p5.Color.js.html b/reference/files/src_color_p5.Color.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_color_p5.Color.js.html
+++ b/reference/files/src_color_p5.Color.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_color_setting.js.html b/reference/files/src_color_setting.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_color_setting.js.html
+++ b/reference/files/src_color_setting.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_core_2d_primitives.js.html b/reference/files/src_core_2d_primitives.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_core_2d_primitives.js.html
+++ b/reference/files/src_core_2d_primitives.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_core_attributes.js.html b/reference/files/src_core_attributes.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_core_attributes.js.html
+++ b/reference/files/src_core_attributes.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_core_canvas.js.html b/reference/files/src_core_canvas.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_core_canvas.js.html
+++ b/reference/files/src_core_canvas.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_core_constants.js.html b/reference/files/src_core_constants.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_core_constants.js.html
+++ b/reference/files/src_core_constants.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_core_core.js.html b/reference/files/src_core_core.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_core_core.js.html
+++ b/reference/files/src_core_core.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_core_curves.js.html b/reference/files/src_core_curves.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_core_curves.js.html
+++ b/reference/files/src_core_curves.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_core_environment.js.html b/reference/files/src_core_environment.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_core_environment.js.html
+++ b/reference/files/src_core_environment.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_core_error_helpers.js.html b/reference/files/src_core_error_helpers.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_core_error_helpers.js.html
+++ b/reference/files/src_core_error_helpers.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_core_p5.Element.js.html b/reference/files/src_core_p5.Element.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_core_p5.Element.js.html
+++ b/reference/files/src_core_p5.Element.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_core_p5.Graphics.js.html b/reference/files/src_core_p5.Graphics.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_core_p5.Graphics.js.html
+++ b/reference/files/src_core_p5.Graphics.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_core_p5.Renderer.js.html b/reference/files/src_core_p5.Renderer.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_core_p5.Renderer.js.html
+++ b/reference/files/src_core_p5.Renderer.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_core_p5.Renderer2D.js.html b/reference/files/src_core_p5.Renderer2D.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_core_p5.Renderer2D.js.html
+++ b/reference/files/src_core_p5.Renderer2D.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_core_rendering.js.html b/reference/files/src_core_rendering.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_core_rendering.js.html
+++ b/reference/files/src_core_rendering.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_core_shim.js.html b/reference/files/src_core_shim.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_core_shim.js.html
+++ b/reference/files/src_core_shim.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_core_structure.js.html b/reference/files/src_core_structure.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_core_structure.js.html
+++ b/reference/files/src_core_structure.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_core_transform.js.html b/reference/files/src_core_transform.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_core_transform.js.html
+++ b/reference/files/src_core_transform.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_core_vertex.js.html b/reference/files/src_core_vertex.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_core_vertex.js.html
+++ b/reference/files/src_core_vertex.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_events_acceleration.js.html b/reference/files/src_events_acceleration.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_events_acceleration.js.html
+++ b/reference/files/src_events_acceleration.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_events_keyboard.js.html b/reference/files/src_events_keyboard.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_events_keyboard.js.html
+++ b/reference/files/src_events_keyboard.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_events_mouse.js.html b/reference/files/src_events_mouse.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_events_mouse.js.html
+++ b/reference/files/src_events_mouse.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_events_touch.js.html b/reference/files/src_events_touch.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_events_touch.js.html
+++ b/reference/files/src_events_touch.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_image_filters.js.html b/reference/files/src_image_filters.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_image_filters.js.html
+++ b/reference/files/src_image_filters.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_image_image.js.html b/reference/files/src_image_image.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_image_image.js.html
+++ b/reference/files/src_image_image.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_image_loading_displaying.js.html b/reference/files/src_image_loading_displaying.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_image_loading_displaying.js.html
+++ b/reference/files/src_image_loading_displaying.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_image_p5.Image.js.html b/reference/files/src_image_p5.Image.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_image_p5.Image.js.html
+++ b/reference/files/src_image_p5.Image.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_image_pixels.js.html b/reference/files/src_image_pixels.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_image_pixels.js.html
+++ b/reference/files/src_image_pixels.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_io_files.js.html b/reference/files/src_io_files.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_io_files.js.html
+++ b/reference/files/src_io_files.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_io_p5.Table.js.html b/reference/files/src_io_p5.Table.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_io_p5.Table.js.html
+++ b/reference/files/src_io_p5.Table.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_io_p5.TableRow.js.html b/reference/files/src_io_p5.TableRow.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_io_p5.TableRow.js.html
+++ b/reference/files/src_io_p5.TableRow.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_math_calculation.js.html b/reference/files/src_math_calculation.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_math_calculation.js.html
+++ b/reference/files/src_math_calculation.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_math_math.js.html b/reference/files/src_math_math.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_math_math.js.html
+++ b/reference/files/src_math_math.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_math_noise.js.html b/reference/files/src_math_noise.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_math_noise.js.html
+++ b/reference/files/src_math_noise.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_math_p5.Vector.js.html b/reference/files/src_math_p5.Vector.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_math_p5.Vector.js.html
+++ b/reference/files/src_math_p5.Vector.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_math_random.js.html b/reference/files/src_math_random.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_math_random.js.html
+++ b/reference/files/src_math_random.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_math_trigonometry.js.html b/reference/files/src_math_trigonometry.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_math_trigonometry.js.html
+++ b/reference/files/src_math_trigonometry.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_typography_attributes.js.html b/reference/files/src_typography_attributes.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_typography_attributes.js.html
+++ b/reference/files/src_typography_attributes.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_typography_loading_displaying.js.html b/reference/files/src_typography_loading_displaying.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_typography_loading_displaying.js.html
+++ b/reference/files/src_typography_loading_displaying.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_typography_p5.Font.js.html b/reference/files/src_typography_p5.Font.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_typography_p5.Font.js.html
+++ b/reference/files/src_typography_p5.Font.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_utilities_array_functions.js.html b/reference/files/src_utilities_array_functions.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_utilities_array_functions.js.html
+++ b/reference/files/src_utilities_array_functions.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_utilities_conversion.js.html b/reference/files/src_utilities_conversion.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_utilities_conversion.js.html
+++ b/reference/files/src_utilities_conversion.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_utilities_string_functions.js.html b/reference/files/src_utilities_string_functions.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_utilities_string_functions.js.html
+++ b/reference/files/src_utilities_string_functions.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/files/src_utilities_time_date.js.html b/reference/files/src_utilities_time_date.js.html
index 681f3e7..90a9df1 100644
--- a/reference/files/src_utilities_time_date.js.html
+++ b/reference/files/src_utilities_time_date.js.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/index.html b/reference/index.html
index 219c88a..693f0c0 100644
--- a/reference/index.html
+++ b/reference/index.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/2D Primitives.html b/reference/modules/2D Primitives.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/2D Primitives.html
+++ b/reference/modules/2D Primitives.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/3D Primitives.html b/reference/modules/3D Primitives.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/3D Primitives.html
+++ b/reference/modules/3D Primitives.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Acceleration.html b/reference/modules/Acceleration.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Acceleration.html
+++ b/reference/modules/Acceleration.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Array Functions.html b/reference/modules/Array Functions.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Array Functions.html
+++ b/reference/modules/Array Functions.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Attributes.html b/reference/modules/Attributes.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Attributes.html
+++ b/reference/modules/Attributes.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Calculation.html b/reference/modules/Calculation.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Calculation.html
+++ b/reference/modules/Calculation.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Camera.html b/reference/modules/Camera.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Camera.html
+++ b/reference/modules/Camera.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Color.html b/reference/modules/Color.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Color.html
+++ b/reference/modules/Color.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Constants.html b/reference/modules/Constants.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Constants.html
+++ b/reference/modules/Constants.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Conversion.html b/reference/modules/Conversion.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Conversion.html
+++ b/reference/modules/Conversion.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Creating & Reading.html b/reference/modules/Creating & Reading.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Creating & Reading.html
+++ b/reference/modules/Creating & Reading.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Curves.html b/reference/modules/Curves.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Curves.html
+++ b/reference/modules/Curves.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/DOM.html b/reference/modules/DOM.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/DOM.html
+++ b/reference/modules/DOM.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Data.html b/reference/modules/Data.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Data.html
+++ b/reference/modules/Data.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Environment.html b/reference/modules/Environment.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Environment.html
+++ b/reference/modules/Environment.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Events.html b/reference/modules/Events.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Events.html
+++ b/reference/modules/Events.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Font.html b/reference/modules/Font.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Font.html
+++ b/reference/modules/Font.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/IO.html b/reference/modules/IO.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/IO.html
+++ b/reference/modules/IO.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Input.html b/reference/modules/Input.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Input.html
+++ b/reference/modules/Input.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Keyboard.html b/reference/modules/Keyboard.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Keyboard.html
+++ b/reference/modules/Keyboard.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Lights, Camera.html b/reference/modules/Lights, Camera.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Lights, Camera.html
+++ b/reference/modules/Lights, Camera.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Lights.html b/reference/modules/Lights.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Lights.html
+++ b/reference/modules/Lights.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Loading & Displaying.html b/reference/modules/Loading & Displaying.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Loading & Displaying.html
+++ b/reference/modules/Loading & Displaying.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Material.html b/reference/modules/Material.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Material.html
+++ b/reference/modules/Material.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Math.html b/reference/modules/Math.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Math.html
+++ b/reference/modules/Math.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Mouse.html b/reference/modules/Mouse.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Mouse.html
+++ b/reference/modules/Mouse.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Noise.html b/reference/modules/Noise.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Noise.html
+++ b/reference/modules/Noise.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Output.html b/reference/modules/Output.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Output.html
+++ b/reference/modules/Output.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Pixels.html b/reference/modules/Pixels.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Pixels.html
+++ b/reference/modules/Pixels.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Random.html b/reference/modules/Random.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Random.html
+++ b/reference/modules/Random.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Rendering.html b/reference/modules/Rendering.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Rendering.html
+++ b/reference/modules/Rendering.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Setting.html b/reference/modules/Setting.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Setting.html
+++ b/reference/modules/Setting.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/String Functions.html b/reference/modules/String Functions.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/String Functions.html
+++ b/reference/modules/String Functions.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Structure.html b/reference/modules/Structure.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Structure.html
+++ b/reference/modules/Structure.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Table.html b/reference/modules/Table.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Table.html
+++ b/reference/modules/Table.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Time & Date.html b/reference/modules/Time & Date.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Time & Date.html
+++ b/reference/modules/Time & Date.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Touch.html b/reference/modules/Touch.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Touch.html
+++ b/reference/modules/Touch.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Transform.html b/reference/modules/Transform.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Transform.html
+++ b/reference/modules/Transform.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Trigonometry.html b/reference/modules/Trigonometry.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Trigonometry.html
+++ b/reference/modules/Trigonometry.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Typography.html b/reference/modules/Typography.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Typography.html
+++ b/reference/modules/Typography.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/Vertex.html b/reference/modules/Vertex.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/Vertex.html
+++ b/reference/modules/Vertex.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/image.html b/reference/modules/image.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/image.html
+++ b/reference/modules/image.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/p5.dom.html b/reference/modules/p5.dom.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/p5.dom.html
+++ b/reference/modules/p5.dom.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/p5.sound.html b/reference/modules/p5.sound.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/p5.sound.html
+++ b/reference/modules/p5.sound.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->
diff --git a/reference/modules/shape.html b/reference/modules/shape.html
index 681f3e7..90a9df1 100644
--- a/reference/modules/shape.html
+++ b/reference/modules/shape.html
@@ -18,7 +18,7 @@
-
+
@@ -27,7 +27,7 @@
+ -->