change component name

This commit is contained in:
Dimitri Kennedy
2014-11-20 16:49:48 -05:00
parent f5953a09da
commit 1d69228872

View File

@@ -1,12 +1,12 @@
###* @cjsx React.DOM ###
define 'myProject.myComponent', [
define 'myProject.ReactExampleComponent', [
'React'
'myProject.ExampleStore'
'myProject.ExampleActions'
'myProject.ReactExampleTable'
], (React, ExampleStore, ExampleActions, ReactExampleTable ) ->
ReactListDetail = React.createClass
ReactExampleComponent = React.createClass
mixins: [ListenMixin]
getInitialState: ->