Add missing semicolons noted by jslint
Taken from a patch by Lex Hider on the mailing list
This commit is contained in:
@ -262,7 +262,7 @@ GenericWorkspacesView.prototype = {
|
||||
_addWorkspaceActor: function() {
|
||||
throw new Error("Not implemented");
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
function MosaicView(width, height, x, y, animate) {
|
||||
this._init(width, height, x, y, animate);
|
||||
|
Reference in New Issue
Block a user