Skip to content

Commit

Permalink
Adjust defaults (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Oct 16, 2018
1 parent 6cd110c commit 550aa3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/attributes/attribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ var _gpfAttribute = _gpfDefine({

/**
* Class constructore the attribute was set on
* @type {Function}
* @type {Function|undefined}
*/
_ClassConstructor: null,
_ClassConstructor: undefined,

/** @gpf:read _ClassConstructor */
getClassConstructor: function () {
Expand Down

0 comments on commit 550aa3c

Please sign in to comment.