Styling #66

Merged
KevinMidboe merged 20 commits from styling into master 2017-12-02 12:19:54 +00:00
Showing only changes of commit fd0a2c9d50 - Show all commits

View File

@@ -13,7 +13,7 @@ import { fetchJSON } from './http.jsx';
import Interactive from 'react-interactive'; import Interactive from 'react-interactive';
class MovieObject { class SearchObject {
constructor(object) { constructor(object) {
this.id = object.id; this.id = object.id;
this.title = object.title; this.title = object.title;
@@ -134,4 +134,4 @@ class MovieObject {
} }
} }
export default MovieObject; export default SearchObject;