From b61caac429650d72070eb8a205a4b1caab3f6855 Mon Sep 17 00:00:00 2001 From: ArnaudBuchholz Date: Tue, 28 Aug 2018 18:49:05 -0400 Subject: [PATCH] Linter fix (#282) --- src/attributes/attribute.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/attributes/attribute.js b/src/attributes/attribute.js index 7be2f086..031efe4c 100644 --- a/src/attributes/attribute.js +++ b/src/attributes/attribute.js @@ -48,7 +48,7 @@ var _gpfAttribute = _gpfDefine({ * @private */ _build: function (member, classDefinition, classPrototype) { - _gpfIgnore(member, classDefinition); + _gpfIgnore(member, classDefinition, classPrototype); } });