ember-learn/ember-jsonapi-docs

Missing API docs

jenweber opened this issue · 12 comments

Please comment with anything else that can't be found

htmlSafe:
image

helper (under package @ember/component)
image

on() @ember/object/evented
image

@jenweber all other methods related to Ember.Object.get() are also missing: set, setProperties, getProperties, toggleProperty, ...

Ember.Enumerable is private. If you toggle on private classes its there: https://emberjs.com/api/ember/2.16/classes/Enumerable

@toddjordan what you linked is unrelated. I'm talking about the methods, not the global Ember.get() functions

@Turbo87 correct. They are functions of Observable, listed in this item. The @extends annotation of EmberObject needs updating.

http://emberjs.com/api/classes/Ember.Object.html#method_incrementProperty and toggleProperty
update @extends annotation on EmberObject to be {Observable} and not {Ember.Observable}

cases identified here are fixed