it is fine: ``` component = FlowComponents.define('searchBox', (props) -> console.log 'A component created!' return ) ``` but for error in [component.js](https://github.com/meteorhacks/flow-components/blob/master/lib/client/component.js#L78): ``` coffee component = FlowComponents.define('searchBox') ```