1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00

Changed doctype

This commit is contained in:
amitk 2014-11-19 21:26:39 +02:00
parent 388e3e9444
commit 8952d19789
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<!doctype jsx InfiniteScroll="InfiniteScroll">
<!doctype rt InfiniteScroll="InfiniteScroll">
<div className="innerContainer">
<div className="searchbox">
<input type="text" valueLink="{this.linkState('searchTerm')}" onKeyDown="(e) => if (e.keyCode == 13) { this.search(); return false; }"></input>

View File

@ -1,3 +1,4 @@
/*eslint new-cap:0,no-unused-vars:0*/
define([
'react',
'lodash',