Added Poll properties to the object

This commit is contained in:
Oleksandr Zhurbenko 2015-08-06 16:32:41 -07:00
parent 400a0db0f4
commit d3b59103b4

View File

@ -61,6 +61,9 @@
transparency: shapeObject.shape.transparency
thickness: shapeObject.shape.thickness
color: shapeObject.shape.color
result: shapeObject.shape.result
num_respondents: shapeObject.shape.num_respondents
num_responders: shapeObject.shape.num_responders
id = Meteor.Shapes.insert(entry)