[introspection-doc-generator] small typo in gjs function name



commit f8bfa80aee8988073ddffceb51c6a6f6da9979ad
Author: Alan Knowles <alan akbkhome com>
Date:   Sun Apr 17 20:17:31 2011 +0800

    small typo in gjs function name

 Introspect/NameSpace.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Introspect/NameSpace.js b/Introspect/NameSpace.js
index 8330bd0..87bcf62 100644
--- a/Introspect/NameSpace.js
+++ b/Introspect/NameSpace.js
@@ -296,7 +296,7 @@ var NameSpace = {
             return;
         }
         if (typeof(Seed) == 'undefined') {
-            const gjs_walk = imports.templates.gjs.walk.walk;
+            const gjs_walk = imports.templates.gjs.walk.gjs_walk;
             var gir           = File.read(fn);
             this.comments[ns] = gjs_walk(gir);
          } else {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]