UNPKG

ares-ide

Version:

A browser-based code editor and UI designer for Enyo 2 projects

19 lines (18 loc) 805 B
<!doctype html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="apple-mobile-web-app-capable" content="yes"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> <meta name="format-detection" content="telephone=no"/> <title>Enyo AJAX Tests</title> <link href="../core/test.css" rel="stylesheet" type="text/css" /> <script src="../../../enyo.js" type="text/javascript"></script> <script src="../core/test.js" type="text/javascript"></script> <script src="tests/package.js" type="text/javascript"></script> </head> <body> <!-- move render call into test.js using enyo.ready to test that feature --> </body> </html>