tests: add moment.js everywhere

This commit is contained in:
Tanguy Pruvot
2014-02-23 13:11:52 +01:00
parent 016f43f2cc
commit 43e1ea2ac2
54 changed files with 55 additions and 3 deletions
+2 -1
View File
@@ -5,6 +5,7 @@
<link href='../build/out/fullcalendar.print.css' rel='stylesheet' media='print' />
<script src='../lib/jquery/jquery.js'></script>
<script src='../lib/jquery-ui/ui/jquery-ui.js'></script>
<script src='../lib/moment/moment.js'></script>
<script src='../build/out/fullcalendar.js'></script>
<script>
@@ -51,4 +52,4 @@
<body>
<div id='calendar'></div>
</body>
</html>
</html>