Skip to content

Commit 3314963

Browse files
committed
[FIX] Fixed missing comma
1 parent c21426e commit 3314963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript_language.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ void JavaScriptLanguage::get_reserved_words(List<String> *p_words) const {
163163
"RegExp",
164164
"ArrayBuffer",
165165
"SharedArrayBuffer",
166-
"Uint8ClampedArray"
166+
"Uint8ClampedArray",
167167
"Int8Array",
168168
"Uint8Array",
169169
"Int16Array",

0 commit comments

Comments
 (0)