Commit 9b86d5c2512c9b3cbe034c2257499e57e4d7e56e
1 parent
8963b6e0
add click
Showing
1 changed file
with
1 additions
and
0 deletions
src/gxb-ide/Iterm.js
| @@ -30,6 +30,7 @@ | @@ -30,6 +30,7 @@ | ||
| 30 | $(document).on('focus', '#runtimeArgus', function(){ }) | 30 | $(document).on('focus', '#runtimeArgus', function(){ }) |
| 31 | }, | 31 | }, |
| 32 | compile: function(){ | 32 | compile: function(){ |
| 33 | + alert('hello ----------var') | ||
| 33 | var _this = this; | 34 | var _this = this; |
| 34 | var el = document.querySelector('#CompileBtn'); | 35 | var el = document.querySelector('#CompileBtn'); |
| 35 | var userId = _this.options.userId; | 36 | var userId = _this.options.userId; |