ide.js 604 Bytes


(function( window, undefined ) {

    gxb_IDE = function(){
        console.log('tfvygbuhjik');
    }

    

    window.ide = window.gxb_IDE = gxb_IDE;
})(window)



// (function(window){

//     // function gxb_IDE(){}

//     // function initTree(){}
//     // // 
//     // function toolBox(){}

//     // function editer(){}


    
//     gxb_IDE = function(){
//         options: {
//             recods: []
//         }
//         ideController: function(){

//         },
//         initDir: function(){

//         }
//     };


//     window.gxb_IDE = window.ide = gxb_IDE;

// })(window);