Skip to content

Commit

Permalink
Documentation (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Dec 6, 2019
1 parent ce97a79 commit 2227a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xml/xpath/match.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*/
/*#ifndef(UMD)*/
"use strict";
/*global _GPF_XML_NODE_TYPE*/
/*global _gpfDefine*/
/*global _GPF_XML_NODE_TYPE*/ // XML Node types
/*global _GpfXmlXPathBase*/ // gpf.xml.xpath.Base
/*global _gpfDefine*/ // Shortcut for gpf.define
/*exported _GpfXmlXPathMatch*/ // gpf.xml.xpath.Match
/*#endif*/

Expand Down

0 comments on commit 2227a20

Please sign in to comment.