Groups
Groups
Sign in
Groups
Groups
opensocial-actionscript-client
Conversations
About
Send feedback
Help
[opensocial-actionscript-client] r140 committed - Fix jsdoc bug
1 view
Skip to first unread message
opensocial-acti...@googlecode.com
unread,
Apr 20, 2010, 1:55:42 AM
4/20/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to opensocial-acti...@googlegroups.com
Revision: 140
Author: yizi.wu
Date: Mon Apr 19 22:54:56 2010
Log: Fix jsdoc bug
http://code.google.com/p/opensocial-actionscript-client/source/detail?r=140
Modified:
/trunk/doc/jsdoc/index.html
=======================================
--- /trunk/doc/jsdoc/index.html Mon Apr 19 20:18:03 2010
+++ /trunk/doc/jsdoc/index.html Mon Apr 19 22:54:56 2010
@@ -248,7 +248,11 @@
targetNode.attr('action', 'merge');
targetNode.attr('extDesc', xmlNode.attr('desc'));
} else {
- xmlParent.get(0).appendChild(xmlNode.get(0));
+
+ try {
+ var nodeToImport =
xmlParent.get(0).ownerDocument.importNode(xmlNode.get(0), true);
+ xmlParent.get(0).appendChild(nodeToImport);
+ } catch (e) {log(e);}
}
};
--
You received this message because you are subscribed to the Google Groups "opensocial-actionscript-client" group.
To post to this group, send email to
opensocial-acti...@googlegroups.com
.
To unsubscribe from this group, send email to
opensocial-actionscri...@googlegroups.com
.
For more options, visit this group at
http://groups.google.com/group/opensocial-actionscript-client?hl=en
.
Reply all
Reply to author
Forward
0 new messages