mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
change component name
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
###* @cjsx React.DOM ###
|
###* @cjsx React.DOM ###
|
||||||
define 'myProject.myComponent', [
|
define 'myProject.ReactExampleComponent', [
|
||||||
'React'
|
'React'
|
||||||
'myProject.ExampleStore'
|
'myProject.ExampleStore'
|
||||||
'myProject.ExampleActions'
|
'myProject.ExampleActions'
|
||||||
'myProject.ReactExampleTable'
|
'myProject.ReactExampleTable'
|
||||||
], (React, ExampleStore, ExampleActions, ReactExampleTable ) ->
|
], (React, ExampleStore, ExampleActions, ReactExampleTable ) ->
|
||||||
|
|
||||||
ReactListDetail = React.createClass
|
ReactExampleComponent = React.createClass
|
||||||
mixins: [ListenMixin]
|
mixins: [ListenMixin]
|
||||||
|
|
||||||
getInitialState: ->
|
getInitialState: ->
|
||||||
|
|||||||
Reference in New Issue
Block a user