- From: Shane McCarron via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 31 Mar 2010 17:48:20 +0000
- To: public-dap-commits@w3.org
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