File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -66,21 +66,17 @@ code including dependencies for the atom wrapped into a single function.
6666
6767### Update atom.sys.mjs  
6868
69- To update the atoms for Marionette the ` atoms.js `  file has to be edited. For 
70- each atom to be updated the steps as laid out below have to be performed:
69+ To update the atoms for Marionette the ` atom.sys.mjs `  file has to be edited.
70+ For  each atom to be updated the steps as laid out below have to be performed:
7171
72721 .  Open the Javascript file of the exported atom. See above for
7373   its location.
7474
75- 2 .  Add the related function name and ` element `  as parameters to the wrapper
76-    function, which can be found at the very beginning of the file so that it
77-    is equal to the parameters in ` atom.sys.mjs ` .
78- 
79- 3 .  Copy and paste the whole contents of the file into the left textarea on
75+ 2 .  Copy and paste the whole contents of the file into the left textarea on
8076   < https://jsonformatter.org/json-stringify-online >  to get a stringified
8177   version of all the required functions.
8278
83- 4 .  Copy and paste the whole contents of the right textarea, and replace the
79+ 3 .  Copy and paste the whole contents of the right textarea, and replace the
8480   existing code for the atom in ` atom.sys.mjs ` .
8581
8682### Test the changes  
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments