Created
August 4, 2011 14:00
-
-
Save pnc/1125209 to your computer and use it in GitHub Desktop.
This is what happens when you work with Emacs users.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(for own key, value of assignable_attributes | |
attribute_scope = $('#reservation_' + key) | |
attribute_scope.val(value) | |
attribute_scope.change() | |
) | |
(for own key, value of ui.item.attribute_labels | |
$(".reservation-label-#{key}").html(value) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment