Discourse and theme linting
authorChloe Laisne <chloe.laisne@gmail.com>
Tue, 07 Jun 2016 19:49:43 +0200
changeset 179 9b703ece424f
parent 178 4d051f080e7e
child 180 6099727d9e13
Discourse and theme linting
cms/app-client/app/routes/tabs/discours.js
cms/app-client/app/serializers/theme.js
--- a/cms/app-client/app/routes/tabs/discours.js	Tue Jun 07 12:18:53 2016 +0200
+++ b/cms/app-client/app/routes/tabs/discours.js	Tue Jun 07 19:49:43 2016 +0200
@@ -2,4 +2,4 @@
 
 export default Ember.Route.extend({
 	
-})
\ No newline at end of file
+});
\ No newline at end of file
--- a/cms/app-client/app/serializers/theme.js	Tue Jun 07 12:18:53 2016 +0200
+++ b/cms/app-client/app/serializers/theme.js	Tue Jun 07 19:49:43 2016 +0200
@@ -2,7 +2,7 @@
 
 export default DS.JSONSerializer.extend({
 
-    normalizeResponse: function(store, primaryModelClass, payload, id, requestType) {
+    normalizeResponse: function(store, primaryModelClass, payload) {
         var data = [];
         Object.keys(payload).forEach(function(key) {
             data.push({