Revert "Fix "undefiend" typo in unreserved-words.js (#1816)" (#1819)

This reverts commit 7e65999731.
This commit is contained in:
Leo Balter 2018-10-03 17:11:05 -04:00 committed by GitHub
parent 7e65999731
commit 48cf391412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ var typeid = 1;
// u
var uint = 1;
var unchecked = 1;
var undefined = 1;
var undefiend = 1;
var union = 1;
var unsafe = 1;
var unsigned = 1;