Skip to content

Commit

Permalink
Correct JSDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Frampton authored and Robert-Frampton committed Nov 1, 2017
1 parent 9979b99 commit 37c8a21
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/metal-state/src/State.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,6 @@ class State extends EventEmitter {

/**
* Adds state keys from super classes static hint `MyClass.STATE = {};`.
* @param {Object.<string, !Object>=} opt_config An object that maps all the
* configurations for state keys.
* @protected
*/
configStateFromStaticHint_() {
Expand Down Expand Up @@ -688,7 +686,7 @@ class State extends EventEmitter {
State.STATE_REF_KEY = '__METAL_STATE_REF_KEY__';

/**
* Constant used as key on class constructors that extend form State, stores
* Constant used as key on class constructors that extend from State, stores
* which constructors have had their static STATE configured so that
* configuration of STATE is not repeated.
* @type {!string}
Expand Down

0 comments on commit 37c8a21

Please sign in to comment.