Commit 8595b140b3381644157a34b5eccab994c128ba36
1 parent
56463f83
test
Showing
1 changed file
with
2 additions
and
2 deletions
src/gxb-ide/CodingEditer.js
| ... | ... | @@ -102,9 +102,9 @@ |
| 102 | 102 | Dir.showEdite({'treeNode': CodingEditer.treeSelectNode}); |
| 103 | 103 | }else{ |
| 104 | 104 | CodingEditer.resetCodeMirrorValue(1); |
| 105 | - alert('new Iterm()------' + firstPlay) | |
| 105 | + alert('new Iterm()------' + CodingEditer.firstPlay) | |
| 106 | 106 | var iterm = new Iterm(); |
| 107 | - alert('iterm ============' + firstPlay) | |
| 107 | + alert('iterm ============' + CodingEditer.firstPlay) | |
| 108 | 108 | iterm.compileResult() |
| 109 | 109 | } |
| 110 | 110 | ... | ... |