Revision: 142
Author: yizi.wu
Date: Mon Apr 19 23:42:13 2010
Log: cleanup try/catch
http://code.google.com/p/opensocial-actionscript-client/source/detail?r=142
Modified:
/tags/release-1.1/doc/jsdoc/index.html
/trunk/doc/jsdoc/index.html
=======================================
--- /tags/release-1.1/doc/jsdoc/index.html Mon Apr 19 23:35:42 2010
+++ /tags/release-1.1/doc/jsdoc/index.html Mon Apr 19 23:42:13 2010
@@ -248,11 +248,8 @@
targetNode.attr('action', 'merge');
targetNode.attr('extDesc', xmlNode.attr('desc'));
} else {
-
- try {
var nodeToImport =
xmlParent.get(0).ownerDocument.importNode(xmlNode.get(0), true);
xmlParent.get(0).appendChild(nodeToImport);
- } catch (e) {log(e);}
}
};
=======================================
--- /trunk/doc/jsdoc/index.html Mon Apr 19 22:54:56 2010
+++ /trunk/doc/jsdoc/index.html Mon Apr 19 23:42:13 2010
@@ -248,11 +248,8 @@
targetNode.attr('action', 'merge');
targetNode.attr('extDesc', xmlNode.attr('desc'));
} else {
-
- 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.