commit | 00cd4d1294a185e38b9a804860793af0c24bf07b | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue May 31 21:01:11 2016 +0200 |
committer | Akron <nils@diewald-online.de> | Mon Aug 15 20:58:52 2016 +0200 |
tree | e17293e2c4ab55848be5a2a8c4acddbe495c9382 | |
parent | 308db3895f9a392a9d2c2d2684424339f0852933 [diff] [blame] |
Integrated hint alerts in the main frame
diff --git a/dev/demo/hintdemo.js b/dev/demo/hintdemo.js index fd80b43..3eb38cc 100644 --- a/dev/demo/hintdemo.js +++ b/dev/demo/hintdemo.js
@@ -16,5 +16,5 @@ function demoAlert (pos, msg) { if (hint !== undefined) - hint.charAlert(pos, msg); + hint.alert(pos, msg); }