Skip to content

Commit

Permalink
Fix linter issues (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Nov 27, 2019
1 parent 12c627a commit 37e6614
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/interfaces/xmlnodesyncadapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
* @since 1.0.1
*/

/**
* IXmlNodeSyncAdapter Node type constants
*/
/**
* IXmlNodeSyncAdapter Node type constants
*/
var _GPF_XML_NODE_TYPE = {
ELEMENT: 1,
ATTRIBUTE: 2,
Expand Down Expand Up @@ -125,3 +125,10 @@ gpf.xml.nodeType = {
*/
var _gpfIXmlNodeSyncAdapter = _gpfDefineInterface("XmlNodeSyncAdapter",
_gpfSyncReadSourceJSON("interfaces/xmlnodesyncadapter.json"));

/*#ifndef(UMD)*/

// Generates an empty function to reflect the null complexity of this module
(function _gpfInterfacesXmlnodesyncadapter () {}());

/*#endif*/

0 comments on commit 37e6614

Please sign in to comment.