diff options
Diffstat (limited to 'src/web/js/components/Navbar.react.js')
-rw-r--r-- | src/web/js/components/Navbar.react.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/js/components/Navbar.react.js b/src/web/js/components/Navbar.react.js index 4e246977..57c38900 100644 --- a/src/web/js/components/Navbar.react.js +++ b/src/web/js/components/Navbar.react.js @@ -34,7 +34,7 @@ JarrNavBar = React.createClass({ </NavDropdown>); } }, - getModel: function() { + getModal: function() { var heading = null; var action = null; var body = null; @@ -74,7 +74,7 @@ JarrNavBar = React.createClass({ }, render: function() { return (<Navbar fixedTop inverse id="jarrnav"> - {this.getModel()} + {this.getModal()} <Navbar.Header> <Navbar.Brand> <a href="/">JARR</a> |