author | Alon Zakai <azakai> |
Tue, 10 Aug 2010 14:47:00 -0400 | |
changeset 56142 | b2cb926d1ea145b44a08a4558aa147371334b597 |
parent 2294 | 6c0d328240fc261f6231329b80dee479731ee9c2 |
permissions | -rw-r--r-- |
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Get Build Information</title> <script type="text/javascript" src="appinfo.js"></script> </head> <body> <h1>Get Build Information</h1> <script type="text/javascript"> var appInfo = new AppInfo(); document.write(appInfo.toSource()); </script> </body> </html>