Nathan Beam

Results 2 issues of Nathan Beam

[isFunction()](https://api.jquery.com/jquery.isfunction/) [proxy()](https://api.jquery.com/jquery.proxy/) [trim()](https://api.jquery.com/jquery.trim/) [unbind()](https://api.jquery.com/unbind/#unbind-eventType-handler) These functions were all recently deprecated, and most of them have relatively drop-in replacements.

Add users to JSON rest data. Sample response: ``` { "data": { "description": "Test Feature Description" }, "groups": [ "all" ], "name": "Test Feature", "percentage": 0.0, "users": [ "111", "123",...