1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2026-04-23 01:13:01 +02:00
Files
CEF4Delphi/bin/test.js
T

6 lines
97 B
JavaScript
Raw Normal View History

2019-05-12 10:50:27 +02:00
function myAlertFunction() {
alert('This alert dialog is declared in a local JS file.');
}