Commit c70acc05d2d284f076a48920fa7dee1c76e5795f
1 parent
5b6cfd1b
add file
Showing
1 changed file
with
32 additions
and
11 deletions
Too many changes to show.
To preserve performance only 1 of 3 files are displayed.
example/ide.js
| 1 | 1 | |
| 2 | 2 | |
| 3 | -(function(window){ | |
| 3 | +(function( window, undefined ) { | |
| 4 | 4 | |
| 5 | - function gxb_IDE(){} | |
| 5 | + gxb_IDE = function(){ | |
| 6 | + console.log('tfvygbuhjik'); | |
| 7 | + } | |
| 6 | 8 | |
| 7 | - function initTree(){} | |
| 8 | - // | |
| 9 | - function toolBox(){} | |
| 9 | + | |
| 10 | + | |
| 11 | + window.ide = window.gxb_IDE = gxb_IDE; | |
| 12 | +})(window) | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | +// (function(window){ | |
| 10 | 17 | |
| 11 | - function editer(){} | |
| 18 | +// // function gxb_IDE(){} | |
| 19 | + | |
| 20 | +// // function initTree(){} | |
| 21 | +// // // | |
| 22 | +// // function toolBox(){} | |
| 23 | + | |
| 24 | +// // function editer(){} | |
| 12 | 25 | |
| 13 | 26 | |
| 14 | 27 | |
| 15 | - gxb_IDE.prototype = { | |
| 16 | - recods: [], | |
| 17 | - initDir: function(){} | |
| 18 | - }; | |
| 28 | +// gxb_IDE = function(){ | |
| 29 | +// options: { | |
| 30 | +// recods: [] | |
| 31 | +// } | |
| 32 | +// ideController: function(){ | |
| 33 | + | |
| 34 | +// }, | |
| 35 | +// initDir: function(){ | |
| 36 | + | |
| 37 | +// } | |
| 38 | +// }; | |
| 19 | 39 | |
| 20 | 40 | |
| 41 | +// window.gxb_IDE = window.ide = gxb_IDE; | |
| 21 | 42 | |
| 22 | -})(window); | |
| 43 | +// })(window); | |
| 23 | 44 | |
| 24 | 45 | |
| 25 | 46 | ... | ... |