File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,11 @@ class LoadingResource implements ResourceInterface {
2626 private loadResource : Promise < ResourceInterface >
2727
2828 /**
29- * @param entityLoaded a Promise that resolves to a Resource when the entity has finished
29+ * @param loadResource a Promise that resolves to a Resource when the entity has finished
3030 * loading from the API
3131 * @param self optional URI of the entity being loaded, if available. If passed, the
3232 * returned LoadingResource will return it in calls to .self and ._meta.self
33+ * @param config configuration of this instance of hal-json-vuex
3334 */
3435 constructor ( loadResource : Promise < ResourceInterface > , self : string | null = null , config : InternalConfig | null = null ) {
3536 this . _meta = {
You can’t perform that action at this time.
0 commit comments