view-selector: add missing semicolon
https://bugzilla.gnome.org/show_bug.cgi?id=687491
This commit is contained in:
parent
b9d50584d8
commit
9aefbd189c
@ -196,7 +196,7 @@ const ViewSelector = new Lang.Class({
|
||||
})
|
||||
});;
|
||||
this._pageArea.add_actor(page);
|
||||
return page
|
||||
return page;
|
||||
},
|
||||
|
||||
_showPage: function(page) {
|
||||
|
Loading…
Reference in New Issue
Block a user