Don't double concat!

This commit is contained in:
W. Andrew Loe III 2010-08-20 22:42:50 -07:00
parent 1b4053f58e
commit 0c41a8775a

View File

@ -40,7 +40,7 @@ module Facebooker2
}()); }());
</script> </script>
JAVASCRIPT JAVASCRIPT
block_given? ? concat(js) : js js
end end
end end
end end