Skip to content

Commit

Permalink
reference to pivottable.js updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarajanchinnasamy committed Jul 6, 2016
1 parent b4c8fdb commit 7b3e348
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>Jasmine Spec Runner</title>

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.4.1/jasmine.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/pivottable/2.1.0/pivot.min.css">

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.4.1/jasmine.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.4.1/jasmine-html.js"></script>
Expand All @@ -19,8 +20,9 @@

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script src="../dist/pivot.js"></script>

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pivottable/2.1.0/pivot.min.js"></script>
<script type="text/javascript" src="../dist/subtotal.js"></script>

<!-- include spec files here... -->
<script type="text/coffeescript" src="pivot_spec.coffee"></script>

Expand All @@ -32,4 +34,4 @@

<body>
</body>
</html>
</html>

0 comments on commit 7b3e348

Please sign in to comment.