Skip to content

Commit

Permalink
Documentation (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Feb 25, 2019
1 parent 5585dc0 commit 7a360b8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/attributes/decorator.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*/
/*#ifndef(UMD)*/
"use strict";
/*global _gpfErrorDeclare*/ // Declare new gpf.Error names
/*global _gpfIsClass*/ // Check if the parameter is an ES6 class
/*global _GPF_DEFINE_CLASS_ATTRIBUTES_NAME*/ // $attributes
/*global _gpfArraySlice*/ // [].slice.call
/*global _gpfDefineClassImport*/ // Retrieves or import entity definition from instance builder
/*global _gpfDefClassAttrCheck*/ // Check attribute
/*global _gpfDefClassAttrBuild*/ // _gpfDefClassAttrBuild
/*global _GPF_DEFINE_CLASS_ATTRIBUTES_NAME*/ // $attributes
/*global _gpfDefClassAttrCheck*/ // Check attribute
/*global _gpfDefineClassImport*/ // Import a class as an entity definition
/*global _gpfErrorDeclare*/ // Declare new gpf.Error names
/*global _gpfIsClass*/ // Check if the parameter is an ES6 class
/*#endif*/

_gpfErrorDeclare("attributes/decorator", {
Expand All @@ -23,6 +23,7 @@ _gpfErrorDeclare("attributes/decorator", {
* ### Description
*
* Decorators can be used on ES6 class only
* @since 0.2.9
*/
es6classOnly: "ES6 class only"

Expand Down

0 comments on commit 7a360b8

Please sign in to comment.