Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit f60973b

Browse files
committed
Fixing Travis, grunt tests and demo page (because of module updates).
1 parent 4404d20 commit f60973b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

demo/demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" href="components/jquery-ui/themes/smoothness/jquery-ui.css">
1212
<link rel="stylesheet" href="demo/demo.css">
1313
<script type="text/javascript" src="bower_components/jquery/jquery.js"></script>
14-
<script type="text/javascript" src="bower_components/jquery-ui/ui/jquery-ui.custom.js"></script>
14+
<script type="text/javascript" src="bower_components/jquery-ui/ui/jquery-ui.js"></script>
1515
<script type="text/javascript" src="bower_components/angular/angular.js"></script>
1616
<script type="text/javascript" src="src/sortable.js"></script>
1717
<script type="text/javascript">
File renamed without changes.

test/test.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ files = [
33
JASMINE,
44
JASMINE_ADAPTER,
55
'bower_components/jquery/jquery.js',
6-
'bower_components/jquery-ui/ui/jquery-ui.custom.js',
6+
'bower_components/jquery-ui/ui/jquery-ui.js',
77
'bower_components/angular/angular.js',
88
'bower_components/angular-mocks/angular-mocks.js',
99
'src/sortable.js',

0 commit comments

Comments
 (0)