Skip to content

Commit 5042358

Browse files
committed
Typo fix
1 parent 90062d4 commit 5042358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader/filetypes/JSONFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ var JSONFile = new Class({
112112

113113
var key = this.config;
114114

115-
if (typeof key === 'String')
115+
if (typeof key === 'string')
116116
{
117117
this.data = GetValue(json, key, json);
118118
}

0 commit comments

Comments
 (0)