OSDN Git Service

Version 0.6.104, fix X_shortcut & etc.
[pettanr/clientJs.git] / 0.6.x / js / 02_dom / 00_XDoc.js
index ddea5de..befe86e 100644 (file)
@@ -32,4 +32,9 @@ X.Doc = {
        listening : function( type, arg1, arg2, arg3 ){
                return X_ViewPort_document.listening( type, arg1, arg2, arg3 );
        }
+       
+       // html
+       // head
+       // body
+       // find
 };