2009/dap/ReSpec.js/js respec.js,1.46,1.47

Update of /sources/public/2009/dap/ReSpec.js/js
In directory hutz:/tmp/cvs-serv6045/ReSpec.js/js

Modified Files:
	respec.js 
Log Message:
add NOTE to the specific maturity levels

Index: respec.js
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/js/respec.js,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- respec.js	7 Oct 2009 15:34:45 -0000	1.46
+++ respec.js	7 Oct 2009 15:39:53 -0000	1.47
@@ -78,8 +78,9 @@
         LC:             "Last Call Working Draft",
     },
     status2maturity:    {
-        FPWD:   "WD",
-        LC:     "WD",
+        FPWD:       "WD",
+        LC:         "WD",
+        "WG-NOTE":  "NOTE",
     },
     
     loadAndRun:    function () {

Received on Wednesday, 7 October 2009 15:39:59 UTC