Commit 9b86d5c2512c9b3cbe034c2257499e57e4d7e56e

Authored by ykxie
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 30 $(document).on('focus', '#runtimeArgus', function(){ })
31 31 },
32 32 compile: function(){
  33 + alert('hello ----------var')
33 34 var _this = this;
34 35 var el = document.querySelector('#CompileBtn');
35 36 var userId = _this.options.userId;
... ...