Skip to content

Commit

Permalink
Cleaning (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Aug 28, 2018
1 parent a255f01 commit 5b0f108
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/define/class/attributes/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
*/
/*#ifndef(UMD)*/
"use strict";
/*global _GPF_DEFINE_CLASS_ATTRIBUTES_SPECIFICATION*/ // $attributes
/*global _GpfClassDefinition*/ // Class definition
/*global _gpfDefClassAttrIsAttributeSpecification*/ // Check if member name is an attribute
/*#endif*/

var _gpfDefClassAttrClassAddmemberToPrototype = _GpfClassDefinition.prototype._addMemberToPrototype,
_gpfDefClassAttrClassMemberName = "$" + _GPF_DEFINE_CLASS_ATTRIBUTES_SPECIFICATION;
var _gpfDefClassAttrClassAddmemberToPrototype = _GpfClassDefinition.prototype._addMemberToPrototype;

Object.assign(_GpfClassDefinition.prototype, {

Expand Down

0 comments on commit 5b0f108

Please sign in to comment.