Sign in
梁美英
/
programming
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
9b86d5c2512c9b3cbe034c2257499e57e4d7e56e
Authored by
ykxie
2017-06-22 15:11:42 +0800
1 parent
8963b6e0
add click
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/gxb-ide/Iterm.js
src/gxb-ide/Iterm.js
View file @
9b86d5c
...
...
@@ -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;
...
...