summaryrefslogtreecommitdiffstats
path: root/install/static/details.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/details.js')
-rw-r--r--install/static/details.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/static/details.js b/install/static/details.js
index a3f1b2a5..5e3cd8d6 100644
--- a/install/static/details.js
+++ b/install/static/details.js
@@ -338,7 +338,7 @@ function ipa_details_list_section(spec){
}
};
- // Deprecated: Used for backward compatibility only.
+ // This is to allow declarative style programming for details
function input(spec){
that.create_field(spec);
return that;
@@ -349,7 +349,7 @@ function ipa_details_list_section(spec){
return that;
}
-// Deprecated: Used for backward compatibility only.
+// shorthand notation used for declarative definitions of details pages
function ipa_stanza(spec) {
return ipa_details_list_section(spec);
}