Use // for single line comments
This commit is contained in:
parent
26350f4ccb
commit
f4af744519
43 changed files with 311 additions and 310 deletions
|
@ -10,7 +10,7 @@ getNextId = function() {
|
|||
};
|
||||
|
||||
|
||||
/* |options.type| can not be empty and has to include 'window' or 'screen'. */
|
||||
// |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