Skip to content

Commit

Permalink
Documentation (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Sep 8, 2018
1 parent 07c325d commit ea51456
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/attributes/memberattribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ var _gpfAttributesMemberAttribute = _gpfDefine({
$class: "gpf.attributes.MemberAttribute",
$extend: _gpfAttributesAttributeAttribute,

/**
* @inheritdoc
* @since 0.2.8
*/
_targetCheck: function (member, classDefinition) {
_gpfAttributesCheckMemberOnly(member);
_gpfIgnore(classDefinition);
Expand Down

0 comments on commit ea51456

Please sign in to comment.