zendesk/ember-resource

Make property function arity compatible with Ember 1.0

Closed this issue · 0 comments

jish commented

We should check arguments.length > 1 instead of arguments.length === 2.

if (arguments.length === 2) {