app/assets/javascripts/formagic/inputs/hash.coffee in formagic-0.3.4 vs app/assets/javascripts/formagic/inputs/hash.coffee in formagic-0.3.7

- old
+ new

@@ -1,15 +1,12 @@ # ----------------------------------------------------------------------------- # Author: Alexander Kravets <alex@slatestudio.com>, # Slate Studio (http://www.slatestudio.com) # ----------------------------------------------------------------------------- - -# ----------------------------------------------------------------------------- # INPUT HASH # ----------------------------------------------------------------------------- -# TODO: add description +# Allows to work with hash fields in nested forms way. # ----------------------------------------------------------------------------- - class @InputHash extends InputDocument _create_el: -> @$el =$ "<div class='form-input input-hash input-#{ @config.klassName }'>"