From 3a56dfa72e2661085694b0786a7acfad850d3d22 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 13 Nov 2010 15:36:16 +0800 Subject: [PATCH] docs.js --- docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.js b/docs.js index 8de2338..039b2d3 100644 --- a/docs.js +++ b/docs.js @@ -44,7 +44,7 @@ if (typeof(Seed.argv[3]) == 'string') { ns_list = ns_list.sort(); // let's try and load them, so we find out early what will fail. -rint("loading library to make sure it works."); +print("loading library to make sure it works."); ns_list.forEach(function(ns_name) { var core = imports.gi[ns_name]; -- 2.39.2