Skip to content

Commit

Permalink
Escape 'includes' in IDL, now that it's a reserved word
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Jan 18, 2018
1 parent ce572eb commit 98b28b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Expand Up @@ -4375,7 +4375,7 @@ interface IDBKeyRange {
optional boolean lowerOpen = false,
optional boolean upperOpen = false);

boolean includes(any key);
boolean _includes(any key);
};
</pre>

Expand Down

0 comments on commit 98b28b9

Please sign in to comment.