Skip to content

Commit d3b65a4

Browse files
committed
extraneous commented line
1 parent 18769f5 commit d3b65a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rails.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@
205205
enableFormElements: function(form) {
206206
var elements = form.is('form') ? $(form[0].elements).filter(rails.enableSelector) : form.find(rails.enableSelector);
207207
elements.each(function() {
208-
// form.find(rails.enableSelector).each(function() {
209208
var element = $(this), method = element.is('button') ? 'html' : 'val';
210209
if (element.data('ujs:enable-with')) element[method](element.data('ujs:enable-with'));
211210
element.prop('disabled', false);

0 commit comments

Comments
 (0)