fixed field_js merge artifact

This commit is contained in:
blackbrrr 2010-03-09 15:31:28 -06:00
parent 49a001a93a
commit acda64a837

View File

@ -104,7 +104,7 @@ class Q(object):
js.append(operation_js)
else:
# Construct the JS for this field
(op, key, value, value_name)
value, field_js = self._build_op_js(op, key, value, value_name)
js_scope[value_name] = value
js.append(field_js)
return ' && '.join(js)