Skip to content

Commit

Permalink
[fixed] Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Jia committed May 18, 2015
1 parent dbb36a2 commit 658fa39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/ReactPlayground.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ class CodeMirrorEditor extends React.Component {
let editor;

if (IS_MOBILE) {
let preStyles = {overflow: 'scroll'};
editor = (
<CodeExample
mode='javascript'
Expand Down

0 comments on commit 658fa39

Please sign in to comment.