cms/app-client/app/models/geostat.js
changeset 314 f5690d918358
parent 305 ff6cf3fc5f40
--- a/cms/app-client/app/models/geostat.js	Sun Oct 02 19:11:06 2016 +0200
+++ b/cms/app-client/app/models/geostat.js	Sun Oct 02 19:14:07 2016 +0200
@@ -1,7 +1,5 @@
 import DS from 'ember-data';
 
 export default DS.Model.extend({
-
     count: DS.attr('number')
-
 });