mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Add Missing semicolon
This commit is contained in:
parent
2e9fafe966
commit
11f30ddba6
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ export default Ember.Controller.extend(NotifierMixin, {
|
|||
});
|
||||
|
||||
let pages = self.get('pages');
|
||||
pages = pages.sortBy('sequence')
|
||||
pages = pages.sortBy('sequence');
|
||||
self.set('pages', []);
|
||||
self.set('pages', pages);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue