Skip to content

Commit

Permalink
Linter fix (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Aug 28, 2018
1 parent 7198466 commit b61caac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attributes/attribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var _gpfAttribute = _gpfDefine({
* @private
*/
_build: function (member, classDefinition, classPrototype) {
_gpfIgnore(member, classDefinition);
_gpfIgnore(member, classDefinition, classPrototype);
}

});

0 comments on commit b61caac

Please sign in to comment.