}
_validatedFieldProperties.set(validatedField, properties);
- }.bind(this));
+ });
},
/**
_validatedFieldProperties.delete(validatedField);
}
- }.bind(this));
+ });
},
/**
},
/**
- * Check all dependencies if they are met.
+ * Checks if all dependencies are met.
*/
checkDependencies: function() {
var obsoleteNodes = [];
},
/**
- * Checks the containers for their availablility.
+ * Checks the containers for their availability.
*
* If this function is called while containers are currently checked, the containers
* will be checked after the current check has been finished completely.