We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747f278 commit 92e9db9Copy full SHA for 92e9db9
src/Schema.js
@@ -561,7 +561,7 @@ Schema.prototype.getExpectedType = function(className, key) {
561
562
// Checks if a given class is in the schema. Needs to load the
563
// schema first, which is kinda janky. Hopefully we can refactor
564
-// and make this be a regular value. Parse would probably
+// and make this be a regular value.
565
Schema.prototype.hasClass = function(className) {
566
return this.reload().then(newSchema => !!newSchema.data[className]);
567
}
0 commit comments