diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-03-30 16:08:37 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-03-30 16:08:37 (GMT) |
commit | 28014abf13ca64031b8b84dcf585ec4569881ab0 (patch) | |
tree | 9680223cdbd3adde5bd80d18f1b29ea3a0990e4f /apps | |
parent | 2317f2bf8beb03c60463a9482dbef23540f5c1e0 (diff) | |
download | uscxml-28014abf13ca64031b8b84dcf585ec4569881ab0.zip uscxml-28014abf13ca64031b8b84dcf585ec4569881ab0.tar.gz uscxml-28014abf13ca64031b8b84dcf585ec4569881ab0.tar.bz2 |
Various bug fixes
- Removed scxml-test-framework related file
- Array operator with V8NodeList
- _event.data as DOM if content is XML
Diffstat (limited to 'apps')
-rw-r--r-- | apps/mmi-browser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/mmi-browser.cpp b/apps/mmi-browser.cpp index b62aaee..ef813af 100644 --- a/apps/mmi-browser.cpp +++ b/apps/mmi-browser.cpp @@ -57,7 +57,7 @@ int main(int argc, char** argv) { } bool verbose = false; - + #ifndef _WIN32 opterr = 0; #endif @@ -95,7 +95,7 @@ int main(int argc, char** argv) { VerboseMonitor* vm = new VerboseMonitor(); interpreter->addMonitor(vm); } - + interpreter->start(); while(interpreter->runOnMainThread(25)); delete interpreter; |