Remove extra newlines around comments
This commit is contained in:
parent
990dc30e8d
commit
030d2a843c
40 changed files with 103 additions and 425 deletions
|
@ -9,9 +9,7 @@ getNextId = function() {
|
|||
return ++nextId;
|
||||
};
|
||||
|
||||
|
||||
// |options.type| can not be empty and has to include 'window' or 'screen'.
|
||||
|
||||
isValid = function(options) {
|
||||
return ((options != null ? options.types : void 0) != null) && Array.isArray(options.types);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue