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