Skip to content

Commit 2fb9d61

Browse files
committed
Added a screen capture for the home page of the demo.
1 parent 5aa10fa commit 2fb9d61

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pull request by your own, this will be more than welcome.
1414
* [Discussion](http://www.tekool.net/blog/puremvc-typescript/)
1515

1616
## Screenshot
17-
![PureMVC TypeScript Demo: Employee Admin (jQuery)](https://github.com/PureMVC/puremvc-typescript-demo-jquery-employeeadmin/screenshot.png)
17+
![PureMVC TypeScript Demo: Employee Admin (jQuery)](https://raw.github.com/tekool/puremvc-typescript-demo-employeeadmin/master/screenshot.png)
1818

1919
## Status
2020
Development - [Version 1.0](https://github.com/PureMVC/puremvc-typescript-demo-jquery-employeeadmin/blob/master/VERSION)

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414
<!-- jQuery and what depends on it need too much compromises to be loaded as AMD modules -->
1515
<script src="lib/jquery/jquery-1.8.2.min.js" type="text/javascript"></script>
1616
<script src="lib/jquery-ui/jquery-ui-1.9.1.custom.min.js" type="text/javascript"></script>
17-
<script src="lib/jquery-ui/combobox/combobox.js" type="text/javascript"></script>
1817
<script src="lib/jqgrid/js/jquery.jqGrid.src.js" type="text/javascript"></script>
1918
<script src="lib/jqgrid/js/i18n/grid.locale-en.js" type="text/javascript"></script>
2019

21-
<!-- Using require validates PureMVC and applications based on it load as AMD modules -->
20+
<!-- Using Require.js validates PureMVC and applications based on it load as AMD modules -->
2221
<script data-main="main.js" src="lib/require/require.js" type="text/javascript"></script>
2322

2423
</head>
File renamed without changes.

0 commit comments

Comments
 (0)