/
githubmirror
/
brackets
Обзор
Документация
Войти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/extensions/default/JavaScriptQuickEdit/unittest-files/syntax/test.html
34 строки
583 B
dloverin
code hint tests in a quick edit window
12 июн 2013, 23:51
12 июн 2013, 23:51
b33de56
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <script src="./file1.js"></script> <script src="./file2.js"></script> <!-- leave follow empty line for later file including --> <script> var txt=""; nonAsciiTest(); // in quick editor, test jump, function type, code hint list myTest(); callOtherMethods(); </script> <script> function myTest(){ monthName = "test"; simple1(); } function simple1(){ } </script> </head> <body> <input type="button" value="View message" onclick="message()"> </body> </html>