Skip to content

Commit

Permalink
Small Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyjoejoejr committed May 7, 2019
1 parent fa0b75e commit 3cba7f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/javascript/src/components/SceneEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class SceneEditor extends React.Component<SceneEditorProps> {
render() {
const { state, focus, requestPaint } = this.props

// TODO: repace this. It doesn't matter much here but this breaks typechecking as get always returns `any`
// TODO: replace this. It doesn't matter much here but this breaks typechecking as get always returns `any`
const text = get(state, `meta.${focus.id}.text`)

return (
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"ES2015",
"es2015",
"es6",
"dom"
],
Expand Down

0 comments on commit 3cba7f3

Please sign in to comment.