Created
June 9, 2011 10:15
-
-
Save feedhenry-gists/1016472 to your computer and use it in GitHub Desktop.
Mapping Example Sencha Version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Required Sencha files --> | |
<link type="text/css" rel="stylesheet" href="resources/css/sencha-touch.css"/> | |
<script type="text/javascript" src="resources/sencha-touch.js"></script> | |
<!-- App Files --> | |
<script type="text/javascript" src="script/map.js"></script> | |
<!-- UI Definition --> | |
<script type="text/javascript" src="script/ui_definition.js"></script> | |
<!-- Sencha UI initialisation --> | |
<script type="text/javascript" src="script/init.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment