From 1d69228872c56d91764d513fe3a7a367073bdd73 Mon Sep 17 00:00:00 2001 From: Dimitri Kennedy Date: Thu, 20 Nov 2014 16:49:48 -0500 Subject: [PATCH] change component name --- samples/CoffeeScript/example.cjsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/CoffeeScript/example.cjsx b/samples/CoffeeScript/example.cjsx index 7e30f745..def9cf2f 100644 --- a/samples/CoffeeScript/example.cjsx +++ b/samples/CoffeeScript/example.cjsx @@ -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: ->