We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef2a86 commit cd95afdCopy full SHA for cd95afd
1 file changed
examples/35_notes.ring
@@ -652,7 +652,7 @@ func handleGetInitialNotes(id, req)
652
# Handles requests from JavaScript to get the initial application settings.
653
func handleGetInitialSettings(id, req)
654
see "Ring: JavaScript requested initial settings." + nl
655
- # Create a Ring object structure instead of building JSON manually
+ # Create a Ring list structure
656
aSettingsObj = []
657
for aSetting in aSettings
658
# Add each setting as a key-value pair in the object
@@ -710,7 +710,7 @@ func handleDeleteNote(id, req)
710
# Helper Functions
711
712
func build_notes_json()
713
- # Create a Ring list structure instead of building JSON manually
714
aNotesList = []
715
for i = 1 to len(aNotes)
716
aNote = aNotes[i]
0 commit comments