dist/up.js in upjs-rails-0.7.4 vs dist/up.js in upjs-rails-0.7.5

- old
+ new

@@ -3217,9 +3217,10 @@ name = attribute.name; if (name.match(upAttributePattern)) { newAttrs[name] = attribute.value; } } + u.isGiven(newAttrs['up-target']) || (newAttrs['up-follow'] = ''); u.setMissingAttrs($fragment, newAttrs); return $fragment.removeAttr('up-expand'); }); /**