gjs compatibility
[gnome.introspection-doc-generator] / JSDOC / Scope.js
index 2161c97..dbb3e09 100644 (file)
@@ -6,8 +6,8 @@
 * // FIXME - I need this to do next() without doccomments..
 */
 
-Identifier = imports.Identifier.Identifier
-XObject = imports.XObject.XObject; 
+const Identifier = imports.Identifier.Identifier
+const XObject = imports.XObject.XObject; 
 
 
 function Scope(braceN, parent, startTokN, lastIdent, token)