OSDN Git Service

Version 0.6.196, bug fixes X.XML & X.UI.ScrollBox.
[pettanr/clientJs.git] / 0.6.x / js / 02_dom / 20_XNode.js
index cc826b1..7f125ff 100644 (file)
@@ -445,6 +445,7 @@ function X_Node_toggleInGPUFlag( gpuRoot, xnodes, flag ){
  */
 function X_Node_create( tag, opt_attrs, opt_css ){
        var xnode;
+
        if( !this[ '_tag' ] ) return;
        this[ 'append' ]( xnode = X_Doc_create( tag, opt_attrs, opt_css ) );
        return xnode;