diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2015-03-30 00:22:47 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2015-03-30 00:22:47 +0200 |
commit | 1212430927e2ae20874eacbae5915c40a7e9bee2 (patch) | |
tree | 72ad4dacc5ba60a5853067643dfa23f0008976e1 /movietool/html/movies-files/js/app.js | |
parent | 3c0d14ee39432705f9937ae4ac7a149d19ae4f1c (diff) | |
download | movietool-1212430927e2ae20874eacbae5915c40a7e9bee2.tar.gz movietool-1212430927e2ae20874eacbae5915c40a7e9bee2.zip |
grid variant
Diffstat (limited to 'movietool/html/movies-files/js/app.js')
-rw-r--r-- | movietool/html/movies-files/js/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movietool/html/movies-files/js/app.js b/movietool/html/movies-files/js/app.js index a3a9632..9b380d9 100644 --- a/movietool/html/movies-files/js/app.js +++ b/movietool/html/movies-files/js/app.js @@ -13,6 +13,7 @@ App.Movie = DS.Model.extend({ summary: DS.attr('string'), path: DS.attr('string'), poster: DS.attr('string'), + posterGrid: DS.attr('string'), tagline: DS.attr('string'), plot: DS.attr('string'), website: DS.attr('string'), |