Skip to content

Commit e52d230

Browse files
committed
Add a minified version of the script, convert test to use this
1 parent 6da1fef commit e52d230

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

js/jquery.animatedborder.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
* jquery.animatedborder. Animated borders on elements
33
*
44
* Copyright (c) 2010 Craig Davis
5-
* http://there4development.com
5+
* https://github.com/there4/jquery-animatedborder
66
*
77
* Licensed under MIT
88
* http://www.opensource.org/licenses/mit-license.php
99
*
1010
* Launch : 2/20/2010
11-
* Version : 0.2.0
12-
* Released: 2/21/2010
11+
* Version : 0.3.0
1312
* Debug: jquery.animatedborder.js
1413
*/
1514

js/jquery.animatedborder.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="stylesheet" href="http://code.jquery.com/qunit/git/qunit.css" type="text/css" media="screen" />
77

88
<script type="text/javascript" src="http://code.jquery.com/qunit/git/qunit.js"></script>
9-
<script type="text/javascript" src="../js/jquery.animatedborder.js"></script>
9+
<script type="text/javascript" src="../js/jquery.animatedborder.min.js"></script>
1010
<script type="text/javascript" src="test-border.js"></script>
1111

1212
<script type="text/javascript">

0 commit comments

Comments
 (0)