2009/dap/ReSpec.js/js respec.js,1.101,1.102

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

Modified Files:
	respec.js 
Log Message:
Added passing of included URI from data-include to data-oninclude methods

Index: respec.js
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/js/respec.js,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- respec.js	31 Mar 2010 16:21:18 -0000	1.101
+++ respec.js	31 Mar 2010 17:48:18 -0000	1.102
@@ -378,7 +378,7 @@
                 if (flist) {
                     var methods = flist.split(/\s+/) ;
                     for (var j = 0; j < methods.length; j++) {
-                        var call = 'content = ' + methods[j] + '(this,content)' ;
+                        var call = 'content = ' + methods[j] + '(this,content,URI)' ;
                         try {
                             eval(call) ;
                         } catch (e) {

Received on Wednesday, 31 March 2010 17:48:22 UTC