view-selector: add missing semicolon

https://bugzilla.gnome.org/show_bug.cgi?id=687491
This commit is contained in:
Cosimo Cecchi 2012-11-01 09:45:04 -04:00
parent b9d50584d8
commit 9aefbd189c

View File

@ -196,7 +196,7 @@ const ViewSelector = new Lang.Class({
}) })
});; });;
this._pageArea.add_actor(page); this._pageArea.add_actor(page);
return page return page;
}, },
_showPage: function(page) { _showPage: function(page) {