This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/client/app/components/commonstyles.js b/client/app/components/commonstyles.js | |
| index 0d0e3a0..f1d0f72 100644 | |
| --- a/client/app/components/commonstyles.js | |
| +++ b/client/app/components/commonstyles.js | |
| @@ -13,7 +13,7 @@ class Style | |
| this.styles = styles; | |
| } | |
| - cascade(...args) //takes any number of style objects or | |
| + cascade(...args) //takes any number of style objects or |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/client/app/components/commonstyles.js b/client/app/components/commonstyles.js | |
| index 0d0e3a0..f1d0f72 100644 | |
| --- a/client/app/components/commonstyles.js | |
| +++ b/client/app/components/commonstyles.js | |
| @@ -13,7 +13,7 @@ class Style | |
| this.styles = styles; | |
| } | |
| - cascade(...args) //takes any number of style objects or | |
| + cascade(...args) //takes any number of style objects or |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/client/app/app.jsx b/client/app/app.jsx | |
| index 005bf8c..6af7c6c 100644 | |
| --- a/client/app/app.jsx | |
| +++ b/client/app/app.jsx | |
| @@ -1,6 +1,6 @@ | |
| 'use strict'; | |
| -import React from 'react'; | |
| +import React from 'react'; | |
| import ReactDOM from 'react-dom'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/client/app/components/transitionviewcontainer.js b/client/app/components/transitionviewcontainer.js | |
| index 4483c91..6d45ad8 100644 | |
| --- a/client/app/components/transitionviewcontainer.js | |
| +++ b/client/app/components/transitionviewcontainer.js | |
| @@ -34,14 +34,25 @@ class TransitionViewContainer extends React.Component { | |
| bottom: 0 | |
| }).cascade(BigButtonStyles).css() | |
| }; | |
| + } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commit 9b27c9f97eae46f39e9d3df55a78ab54fa3a533d | |
| Merge: c442362 b059b27 | |
| Author: Bucky Schwarz <[email protected]> | |
| Date: Tue Oct 27 17:26:16 2015 -0400 | |
| dynamo_db updates | |
| diff --cc dynamodb_local/third_party_licenses/THIRD_PARTY_JAVASCRIPT_NOTICES.txt | |
| index 0000000,0000000..f85d936 | |
| new file mode 100644 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/client/app/components/transitionviewcontainer.js b/client/app/components/transitionviewcontainer.js | |
| index db942dc..7deba18 100644 | |
| --- a/client/app/components/transitionviewcontainer.js | |
| +++ b/client/app/components/transitionviewcontainer.js | |
| @@ -1,5 +1,6 @@ | |
| 'use strict' | |
| import React from 'react'; | |
| +import ReactDOM from 'react-dom'; | |
| import {Link, History} from 'react-router'; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/client/app/components/transitionviewcontainer.js b/client/app/components/transitionviewcontainer.js | |
| index db942dc..2972311 100644 | |
| --- a/client/app/components/transitionviewcontainer.js | |
| +++ b/client/app/components/transitionviewcontainer.js | |
| @@ -1,5 +1,6 @@ | |
| 'use strict' | |
| import React from 'react'; | |
| +import ReactDOM from 'react-dom'; | |
| import {Link, History} from 'react-router'; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/client/app/components/transitionviewcontainer.js b/client/app/components/transitionviewcontainer.js | |
| index 2972311..fbb3037 100644 | |
| --- a/client/app/components/transitionviewcontainer.js | |
| +++ b/client/app/components/transitionviewcontainer.js | |
| @@ -65,12 +65,12 @@ class TransitionViewContainer extends React.Component { | |
| }); | |
| } | |
| - getFormDOMElements() { | |
| - return ReactDOM.findDOMNode(this.fieldsRef).getElementsByClassName('form-field'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/client/app/components/transitionviewcontainer.js b/client/app/components/transitionviewcontainer.js | |
| index 2972311..00ede7c 100644 | |
| --- a/client/app/components/transitionviewcontainer.js | |
| +++ b/client/app/components/transitionviewcontainer.js | |
| @@ -38,66 +38,56 @@ class TransitionViewContainer extends React.Component { | |
| } | |
| onStoreChange(payload) { | |
| - console.log('on store change refs', this.fieldsRef); | |
| - console.log('on store change dom elements', this.getFormData()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/modules/src/fluxwrap.js b/modules/src/fluxwrap.js | |
| index 2b6b6d5..30c82b0 100644 | |
| --- a/modules/src/fluxwrap.js | |
| +++ b/modules/src/fluxwrap.js | |
| @@ -65,7 +65,10 @@ class DataStore extends EventEmitter | |
| init(Dispatcher, initialStore, callbacks){ | |
| this._id = Dispatcher.register(this.getCallback()); | |
| - if(callbacks) this.bind(callbacks); | |
| + if (callbacks) { |