equal
deleted
inserted
replaced
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 }); |