quick question. What is wrong with this?
content_key = $('#login_ConfigPostcontentkey').val()
content_value = $('#login_ConfigPostcontentvalue').val()
content = { #{content_key} : content_value }
When I run it I get:
unmatched OUTDENT
This is a unique case for this is in CoffeeScript with formatting needs.