lib/gloo/objs/web/json.rb in gloo-0.7.5 vs lib/gloo/objs/web/json.rb in gloo-0.7.6
- old
+ new
@@ -36,10 +36,10 @@
#
# Does this object support multi-line values?
# Initially only true for scripts.
#
def multiline_value?
- return true
+ return false
end
#
# Get the number of lines of text.
#