cms/app-client/app/components/notice-component.js
changeset 335 9247384cb264
parent 278 f2c2c80a49f7
child 338 4a3899b6a7ed
equal deleted inserted replaced
334:cffb9b124af3 335:9247384cb264
    55             if(meta) {
    55             if(meta) {
    56                 location = meta.value;
    56                 location = meta.value;
    57             }
    57             }
    58         }
    58         }
    59         return location;
    59         return location;
    60     }),
    60     })
    61 
       
    62     actions: {
       
    63 
       
    64         close: function() {
       
    65             this.set('model', null);
       
    66         }
       
    67 
       
    68     }
       
    69 
    61 
    70 });
    62 });