cms/app-client/app/components/notice-component.js
changeset 335 9247384cb264
parent 278 f2c2c80a49f7
child 338 4a3899b6a7ed
--- a/cms/app-client/app/components/notice-component.js	Fri Oct 14 19:53:56 2016 +0200
+++ b/cms/app-client/app/components/notice-component.js	Fri Oct 14 19:58:09 2016 +0200
@@ -57,14 +57,6 @@
             }
         }
         return location;
-    }),
-
-    actions: {
-
-        close: function() {
-            this.set('model', null);
-        }
-
-    }
+    })
 
 });