More adjustments...
This commit is contained in:
parent
722aa2b464
commit
bdad89f930
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="21.1">
|
||||||
|
<meta>
|
||||||
|
<filters directoryPatterns="" filePatterns="\Qjs-debugger.xpr\E" positiveFilePatterns="" showHiddenFiles="false"/>
|
||||||
|
<options/>
|
||||||
|
</meta>
|
||||||
|
<projectTree name="js-debugger.xpr">
|
||||||
|
<folder path="."/>
|
||||||
|
</projectTree>
|
||||||
|
</project>
|
|
@ -845,7 +845,7 @@
|
||||||
<entry>
|
<entry>
|
||||||
<String>script</String>
|
<String>script</String>
|
||||||
<String>doOperation = function () {
|
<String>doOperation = function () {
|
||||||
include('test.js');
|
include('hello.js');
|
||||||
hello();
|
hello();
|
||||||
}</String>
|
}</String>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
Loading…
Reference in New Issue