diff --git a/profile.log b/profile.log new file mode 100644 index 0000000..e69de29 diff --git a/reactjs/basics/app.jsx b/reactjs/basics/app.jsx index c2634f4..24b4d97 100755 --- a/reactjs/basics/app.jsx +++ b/reactjs/basics/app.jsx @@ -261,4 +261,4 @@ var Application = React.createClass({ -ReactDOM.render(, document.getElementById('container')); \ No newline at end of file +ReactDOM.render(, document.getElementById('container')); diff --git a/reactjs/basics/index.html b/reactjs/basics/index.html index dd9a199..f10b14b 100755 --- a/reactjs/basics/index.html +++ b/reactjs/basics/index.html @@ -13,4 +13,4 @@ - \ No newline at end of file + diff --git a/reactjs/sample_app/App.js b/reactjs/sample_app/App.js index 809f6f5..7bdd64c 100644 --- a/reactjs/sample_app/App.js +++ b/reactjs/sample_app/App.js @@ -50,3 +50,4 @@ class App extends React.component { // const Heart = () => // export default App + diff --git a/vuejs/lists.html b/vuejs/lists.html index 07cf438..a897cdb 100644 --- a/vuejs/lists.html +++ b/vuejs/lists.html @@ -33,5 +33,3 @@ }); - -