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:
parent
388e3e9444
commit
8952d19789
@ -1,4 +1,4 @@
|
|||||||
<!doctype jsx InfiniteScroll="InfiniteScroll">
|
<!doctype rt InfiniteScroll="InfiniteScroll">
|
||||||
<div className="innerContainer">
|
<div className="innerContainer">
|
||||||
<div className="searchbox">
|
<div className="searchbox">
|
||||||
<input type="text" valueLink="{this.linkState('searchTerm')}" onKeyDown="(e) => if (e.keyCode == 13) { this.search(); return false; }"></input>
|
<input type="text" valueLink="{this.linkState('searchTerm')}" onKeyDown="(e) => if (e.keyCode == 13) { this.search(); return false; }"></input>
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/*eslint new-cap:0,no-unused-vars:0*/
|
||||||
define([
|
define([
|
||||||
'react',
|
'react',
|
||||||
'lodash',
|
'lodash',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user