From 1212430927e2ae20874eacbae5915c40a7e9bee2 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Mon, 30 Mar 2015 00:22:47 +0200 Subject: grid variant --- movietool/html/movies-files/js/app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'movietool/html/movies-files/js') 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'), -- cgit v1.2.1