Commit ab08fa94 by Kevin Chugh Committed by Jay Zoldak

coffeescript fixes

parent c410da91
......@@ -18,6 +18,9 @@ class @DiscussionUtil
@loadRoles: (roles)->
@roleIds = roles
@loadFlagModerator: (what)->
@isFlagModerator = (what=="True")
@loadRolesFromContainer: ->
@loadRoles($("#discussion-container").data("roles"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment