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 0ed2336 commit 88931cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/define/class/object.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
/**
* @file Object Class definition
* @since 0.2.9
*/
/*#ifndef(UMD)*/
"use strict";
/*global _GpfClassDefinition*/ // Class definition
/*global _gpfDefineEntitiesAdd*/
/*global _gpfDefineClassImported*/
/*global _gpfDefineClassImported*/ // Base dictionary for all imported classes
/*global _gpfDefineEntitiesAdd*/ // Store the entity definition to be retreived later
/*#endif*/

function _gpfDefineClassObjectGetDictionary () {
Expand Down

0 comments on commit 88931cb

Please sign in to comment.