updated version check, multi support for 2.0

This commit is contained in:
Tony Tam
2014-10-16 02:02:56 -07:00
parent e52f83b501
commit 559221de56
7 changed files with 468 additions and 353 deletions

View File

@@ -266,7 +266,7 @@ class OperationView extends Backbone.View
options = []
options.push opt.value for opt in select.options when opt.selected
if options.length > 0
options.join ","
options
else
null