angular flat marc edit user/berick/ang-marc-flat-editor
authorBill Erickson <berickxx@gmail.com>
Fri, 28 Jun 2019 15:47:19 +0000 (11:47 -0400)
committerBill Erickson <berickxx@gmail.com>
Fri, 28 Jun 2019 15:47:19 +0000 (11:47 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/assets/js/marcrecord.js

index 3e189af..04d8c74 100644 (file)
  * Code is otherwise unchanged.
  */
 
+/**
+ * As an external dependency, this JS is loaded on every Angular page.
+ * We could migrate it into the Angular app as Typescript so it's only
+ * loaded when needed (e.g. in the marc editor component).
+ */
+
 var MARC21 = {
 
     Record : function(kwargs) {