You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use @return {undefined} when function does not return anything
param types should be their most generic form - Array vs Ember.Array, Object vs Ember.Object - except for cases in which a more specific Ember.* type is warranted.
types should be capitalized - Number, Boolean, Object, Function - all except for "undefined" which should be all lowercase.
The text was updated successfully, but these errors were encountered:
@returns over @return
@return {undefined}
when function does not return anythingThe text was updated successfully, but these errors were encountered: