Skip to content

Commit

Permalink
fix: Remove duplicated Java reserved word from scsLib.js (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
beni0888 authored Oct 16, 2020
1 parent 92a5ae4 commit 563e0ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/scsLib.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ ScsLib.reservedWords.add('abstract');
ScsLib.reservedWords.add('assert');
ScsLib.reservedWords.add('boolean');
ScsLib.reservedWords.add('break');
ScsLib.reservedWords.add('boolean');
ScsLib.reservedWords.add('byte');
ScsLib.reservedWords.add('case');
ScsLib.reservedWords.add('catch');
Expand Down

0 comments on commit 563e0ef

Please sign in to comment.