From ec39615c4d3c49c1ccce99647534d9c833ef1b4a Mon Sep 17 00:00:00 2001 From: Stephen Plaza Date: Sat, 7 Nov 2015 10:14:09 -0500 Subject: [PATCH] fixes dist --- dist/index.html | 2 +- dist/js/bundle.min.js | 2 +- src/application.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/index.html b/dist/index.html index 4a1a78d..12eefe6 100644 --- a/dist/index.html +++ b/dist/index.html @@ -10,7 +10,7 @@ -
+
diff --git a/dist/js/bundle.min.js b/dist/js/bundle.min.js index 55bfb09..f069411 100644 --- a/dist/js/bundle.min.js +++ b/dist/js/bundle.min.js @@ -8,4 +8,4 @@ var d=c.instancePool.pop();return c.call(d,a,b),d}return new c(a,b)},g=function( "./ReactReconciler":96,"./ReactUpdates":102,"./emptyObject":130,"./invariant":150,"./shouldUpdateReactComponent":166,"./warning":169,_process:14}],53:[function(a,b,c){(function(c){"use strict";var d=a("./Object.assign"),e=a("./emptyObject"),f=a("./warning"),g=!1,h={current:e,withContext:function(a,b){"production"!==c.env.NODE_ENV&&("production"!==c.env.NODE_ENV?f(g,"withContext is deprecated and will be removed in a future version. Use a wrapper component with getChildContext instead."):null,g=!0);var e,i=h.current;h.current=d({},i,a);try{e=b()}finally{h.current=i}return e}};b.exports=h}).call(this,a("_process"))},{"./Object.assign":41,"./emptyObject":130,"./warning":169,_process:14}],54:[function(a,b,c){"use strict";var d={current:null};b.exports=d},{}],55:[function(a,b,c){(function(c){"use strict";function d(a){return"production"!==c.env.NODE_ENV?f.createFactory(a):e.createFactory(a)}var e=a("./ReactElement"),f=a("./ReactElementValidator"),g=a("./mapObject"),h=g({a:"a",abbr:"abbr",address:"address",area:"area",article:"article",aside:"aside",audio:"audio",b:"b",base:"base",bdi:"bdi",bdo:"bdo",big:"big",blockquote:"blockquote",body:"body",br:"br",button:"button",canvas:"canvas",caption:"caption",cite:"cite",code:"code",col:"col",colgroup:"colgroup",data:"data",datalist:"datalist",dd:"dd",del:"del",details:"details",dfn:"dfn",dialog:"dialog",div:"div",dl:"dl",dt:"dt",em:"em",embed:"embed",fieldset:"fieldset",figcaption:"figcaption",figure:"figure",footer:"footer",form:"form",h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",head:"head",header:"header",hr:"hr",html:"html",i:"i",iframe:"iframe",img:"img",input:"input",ins:"ins",kbd:"kbd",keygen:"keygen",label:"label",legend:"legend",li:"li",link:"link",main:"main",map:"map",mark:"mark",menu:"menu",menuitem:"menuitem",meta:"meta",meter:"meter",nav:"nav",noscript:"noscript",object:"object",ol:"ol",optgroup:"optgroup",option:"option",output:"output",p:"p",param:"param",picture:"picture",pre:"pre",progress:"progress",q:"q",rp:"rp",rt:"rt",ruby:"ruby",s:"s",samp:"samp",script:"script",section:"section",select:"select",small:"small",source:"source",span:"span",strong:"strong",style:"style",sub:"sub",summary:"summary",sup:"sup",table:"table",tbody:"tbody",td:"td",textarea:"textarea",tfoot:"tfoot",th:"th",thead:"thead",time:"time",title:"title",tr:"tr",track:"track",u:"u",ul:"ul","var":"var",video:"video",wbr:"wbr",circle:"circle",clipPath:"clipPath",defs:"defs",ellipse:"ellipse",g:"g",line:"line",linearGradient:"linearGradient",mask:"mask",path:"path",pattern:"pattern",polygon:"polygon",polyline:"polyline",radialGradient:"radialGradient",rect:"rect",stop:"stop",svg:"svg",text:"text",tspan:"tspan"},d);b.exports=h}).call(this,a("_process"))},{"./ReactElement":72,"./ReactElementValidator":73,"./mapObject":157,_process:14}],56:[function(a,b,c){"use strict";var d=a("./AutoFocusMixin"),e=a("./ReactBrowserComponentMixin"),f=a("./ReactClass"),g=a("./ReactElement"),h=a("./keyMirror"),i=g.createFactory("button"),j=h({onClick:!0,onDoubleClick:!0,onMouseDown:!0,onMouseMove:!0,onMouseUp:!0,onClickCapture:!0,onDoubleClickCapture:!0,onMouseDownCapture:!0,onMouseMoveCapture:!0,onMouseUpCapture:!0}),k=f.createClass({displayName:"ReactDOMButton",tagName:"BUTTON",mixins:[d,e],render:function(){var a={};for(var b in this.props)!this.props.hasOwnProperty(b)||this.props.disabled&&j[b]||(a[b]=this.props[b]);return i(a,this.props.children)}});b.exports=k},{"./AutoFocusMixin":16,"./ReactBrowserComponentMixin":44,"./ReactClass":48,"./ReactElement":72,"./keyMirror":155}],57:[function(a,b,c){(function(c){"use strict";function d(a){a&&(null!=a.dangerouslySetInnerHTML&&("production"!==c.env.NODE_ENV?r(null==a.children,"Can only set one of `children` or `props.dangerouslySetInnerHTML`."):r(null==a.children),"production"!==c.env.NODE_ENV?r("object"==typeof a.dangerouslySetInnerHTML&&"__html"in a.dangerouslySetInnerHTML,"`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://fb.me/react-invariant-dangerously-set-inner-html for more information."):r("object"==typeof a.dangerouslySetInnerHTML&&"__html"in a.dangerouslySetInnerHTML)),"production"!==c.env.NODE_ENV&&("production"!==c.env.NODE_ENV?u(null==a.innerHTML,"Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."):null,"production"!==c.env.NODE_ENV?u(!a.contentEditable||null==a.children,"A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."):null),"production"!==c.env.NODE_ENV?r(null==a.style||"object"==typeof a.style,"The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX."):r(null==a.style||"object"==typeof a.style))}function e(a,b,d,e){"production"!==c.env.NODE_ENV&&("production"!==c.env.NODE_ENV?u("onScroll"!==b||s("scroll",!0),"This browser doesn't support the `onScroll` event"):null);var f=m.findReactContainerForID(a);if(f){var g=f.nodeType===A?f.ownerDocument:f;w(b,g)}e.getPutListenerQueue().enqueuePutListener(a,b,d)}function f(a){F.call(E,a)||("production"!==c.env.NODE_ENV?r(D.test(a),"Invalid tag: %s",a):r(D.test(a)),E[a]=!0)}function g(a){f(a),this._tag=a,this._renderedChildren=null,this._previousStyleCopy=null,this._rootNodeID=null}var h=a("./CSSPropertyOperations"),i=a("./DOMProperty"),j=a("./DOMPropertyOperations"),k=a("./ReactBrowserEventEmitter"),l=a("./ReactComponentBrowserEnvironment"),m=a("./ReactMount"),n=a("./ReactMultiChild"),o=a("./ReactPerf"),p=a("./Object.assign"),q=a("./escapeTextContentForBrowser"),r=a("./invariant"),s=a("./isEventSupported"),t=a("./keyOf"),u=a("./warning"),v=k.deleteListener,w=k.listenTo,x=k.registrationNameModules,y={string:!0,number:!0},z=t({style:null}),A=1,B=null,C={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},D=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,E={},F={}.hasOwnProperty;g.displayName="ReactDOMComponent",g.Mixin={construct:function(a){this._currentElement=a},mountComponent:function(a,b,c){this._rootNodeID=a,d(this._currentElement.props);var e=C[this._tag]?"":"";return this._createOpenTagMarkupAndPutListeners(b)+this._createContentMarkup(b,c)+e},_createOpenTagMarkupAndPutListeners:function(a){var b=this._currentElement.props,c="<"+this._tag;for(var d in b)if(b.hasOwnProperty(d)){var f=b[d];if(null!=f)if(x.hasOwnProperty(d))e(this._rootNodeID,d,f,a);else{d===z&&(f&&(f=this._previousStyleCopy=p({},b.style)),f=h.createMarkupForStyles(f));var g=j.createMarkupForProperty(d,f);g&&(c+=" "+g)}}if(a.renderToStaticMarkup)return c+">";var i=j.createMarkupForID(this._rootNodeID);return c+" "+i+">"},_createContentMarkup:function(a,b){var c="";("listing"===this._tag||"pre"===this._tag||"textarea"===this._tag)&&(c="\n");var d=this._currentElement.props,e=d.dangerouslySetInnerHTML;if(null!=e){if(null!=e.__html)return c+e.__html}else{var f=y[typeof d.children]?d.children:null,g=null!=f?null:d.children;if(null!=f)return c+q(f);if(null!=g){var h=this.mountChildren(g,a,b);return c+h.join("")}}return c},receiveComponent:function(a,b,c){var d=this._currentElement;this._currentElement=a,this.updateComponent(b,d,a,c)},updateComponent:function(a,b,c,e){d(this._currentElement.props),this._updateDOMProperties(b.props,a),this._updateDOMChildren(b.props,a,e)},_updateDOMProperties:function(a,b){var c,d,f,g=this._currentElement.props;for(c in a)if(!g.hasOwnProperty(c)&&a.hasOwnProperty(c))if(c===z){var h=this._previousStyleCopy;for(d in h)h.hasOwnProperty(d)&&(f=f||{},f[d]="");this._previousStyleCopy=null}else x.hasOwnProperty(c)?v(this._rootNodeID,c):(i.isStandardName[c]||i.isCustomAttribute(c))&&B.deletePropertyByID(this._rootNodeID,c);for(c in g){var j=g[c],k=c===z?this._previousStyleCopy:a[c];if(g.hasOwnProperty(c)&&j!==k)if(c===z)if(j?j=this._previousStyleCopy=p({},j):this._previousStyleCopy=null,k){for(d in k)!k.hasOwnProperty(d)||j&&j.hasOwnProperty(d)||(f=f||{},f[d]="");for(d in j)j.hasOwnProperty(d)&&k[d]!==j[d]&&(f=f||{},f[d]=j[d])}else f=j;else x.hasOwnProperty(c)?e(this._rootNodeID,c,j,b):(i.isStandardName[c]||i.isCustomAttribute(c))&&B.updatePropertyByID(this._rootNodeID,c,j)}f&&B.updateStylesByID(this._rootNodeID,f)},_updateDOMChildren:function(a,b,c){var d=this._currentElement.props,e=y[typeof a.children]?a.children:null,f=y[typeof d.children]?d.children:null,g=a.dangerouslySetInnerHTML&&a.dangerouslySetInnerHTML.__html,h=d.dangerouslySetInnerHTML&&d.dangerouslySetInnerHTML.__html,i=null!=e?null:a.children,j=null!=f?null:d.children,k=null!=e||null!=g,l=null!=f||null!=h;null!=i&&null==j?this.updateChildren(null,b,c):k&&!l&&this.updateTextContent(""),null!=f?e!==f&&this.updateTextContent(""+f):null!=h?g!==h&&B.updateInnerHTMLByID(this._rootNodeID,h):null!=j&&this.updateChildren(j,b,c)},unmountComponent:function(){this.unmountChildren(),k.deleteAllListeners(this._rootNodeID),l.unmountIDFromEnvironment(this._rootNodeID),this._rootNodeID=null}},o.measureMethods(g,"ReactDOMComponent",{mountComponent:"mountComponent",updateComponent:"updateComponent"}),p(g.prototype,g.Mixin,n.Mixin),g.injection={injectIDOperations:function(a){g.BackendIDOperations=B=a}},b.exports=g}).call(this,a("_process"))},{"./CSSPropertyOperations":19,"./DOMProperty":24,"./DOMPropertyOperations":25,"./Object.assign":41,"./ReactBrowserEventEmitter":45,"./ReactComponentBrowserEnvironment":50,"./ReactMount":85,"./ReactMultiChild":86,"./ReactPerf":90,"./escapeTextContentForBrowser":131,"./invariant":150,"./isEventSupported":151,"./keyOf":156,"./warning":169,_process:14}],58:[function(a,b,c){"use strict";var d=a("./EventConstants"),e=a("./LocalEventTrapMixin"),f=a("./ReactBrowserComponentMixin"),g=a("./ReactClass"),h=a("./ReactElement"),i=h.createFactory("form"),j=g.createClass({displayName:"ReactDOMForm",tagName:"FORM",mixins:[f,e],render:function(){return i(this.props)},componentDidMount:function(){this.trapBubbledEvent(d.topLevelTypes.topReset,"reset"),this.trapBubbledEvent(d.topLevelTypes.topSubmit,"submit")}});b.exports=j},{"./EventConstants":29,"./LocalEventTrapMixin":39,"./ReactBrowserComponentMixin":44,"./ReactClass":48,"./ReactElement":72}],59:[function(a,b,c){(function(c){"use strict";var d=a("./CSSPropertyOperations"),e=a("./DOMChildrenOperations"),f=a("./DOMPropertyOperations"),g=a("./ReactMount"),h=a("./ReactPerf"),i=a("./invariant"),j=a("./setInnerHTML"),k={dangerouslySetInnerHTML:"`dangerouslySetInnerHTML` must be set using `updateInnerHTMLByID()`.",style:"`style` must be set using `updateStylesByID()`."},l={updatePropertyByID:function(a,b,d){var e=g.getNode(a);"production"!==c.env.NODE_ENV?i(!k.hasOwnProperty(b),"updatePropertyByID(...): %s",k[b]):i(!k.hasOwnProperty(b)),null!=d?f.setValueForProperty(e,b,d):f.deleteValueForProperty(e,b)},deletePropertyByID:function(a,b,d){var e=g.getNode(a);"production"!==c.env.NODE_ENV?i(!k.hasOwnProperty(b),"updatePropertyByID(...): %s",k[b]):i(!k.hasOwnProperty(b)),f.deleteValueForProperty(e,b,d)},updateStylesByID:function(a,b){var c=g.getNode(a);d.setValueForStyles(c,b)},updateInnerHTMLByID:function(a,b){var c=g.getNode(a);j(c,b)},updateTextContentByID:function(a,b){var c=g.getNode(a);e.updateTextContent(c,b)},dangerouslyReplaceNodeWithMarkupByID:function(a,b){var c=g.getNode(a);e.dangerouslyReplaceNodeWithMarkup(c,b)},dangerouslyProcessChildrenUpdates:function(a,b){for(var c=0;cm;m++){var q=j[m];if(q!==h&&q.form===h.form){var r=k.getID(q);"production"!==c.env.NODE_ENV?n(r,"ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported."):n(r);var s=p[r];"production"!==c.env.NODE_ENV?n(s,"ReactDOMInput: Unknown radio button ID %s.",r):n(s),l.asap(d,s)}}}return b}});b.exports=q}).call(this,a("_process"))},{"./AutoFocusMixin":16,"./DOMPropertyOperations":25,"./LinkedValueUtils":38,"./Object.assign":41,"./ReactBrowserComponentMixin":44,"./ReactClass":48,"./ReactElement":72,"./ReactMount":85,"./ReactUpdates":102,"./invariant":150,_process:14}],63:[function(a,b,c){(function(c){"use strict";var d=a("./ReactBrowserComponentMixin"),e=a("./ReactClass"),f=a("./ReactElement"),g=a("./warning"),h=f.createFactory("option"),i=e.createClass({displayName:"ReactDOMOption",tagName:"OPTION",mixins:[d],componentWillMount:function(){"production"!==c.env.NODE_ENV&&("production"!==c.env.NODE_ENV?g(null==this.props.selected,"Use the `defaultValue` or `value` props on must be an array if `multiple` is true.")}else if(Array.isArray(a[b]))return new Error("The `"+b+"` prop supplied to