« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/composite/wiki-data/withResolvedAnnotatedReferenceList.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/composite/wiki-data/withResolvedAnnotatedReferenceList.js')
-rw-r--r--src/data/composite/wiki-data/withResolvedAnnotatedReferenceList.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/data/composite/wiki-data/withResolvedAnnotatedReferenceList.js b/src/data/composite/wiki-data/withResolvedAnnotatedReferenceList.js
index 670dc422..71bc56ac 100644
--- a/src/data/composite/wiki-data/withResolvedAnnotatedReferenceList.js
+++ b/src/data/composite/wiki-data/withResolvedAnnotatedReferenceList.js
@@ -23,14 +23,14 @@ export default templateCompositeFrom({
       acceptsNull: true,
     }),
 
-    reference: input({type: 'string', defaultValue: 'reference'}),
-    annotation: input({type: 'string', defaultValue: 'annotation'}),
-    thing: input({type: 'string', defaultValue: 'thing'}),
-
     data: inputWikiData({allowMixedTypes: true}),
     find: inputSoupyFind(),
     findOptions: inputFindOptions(),
 
+    reference: input({type: 'string', defaultValue: 'reference'}),
+    annotation: input({type: 'string', defaultValue: 'annotation'}),
+    thing: input({type: 'string', defaultValue: 'thing'}),
+
     notFoundMode: inputNotFoundMode(),
   },