Skip to content

Commit

Permalink
released 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sylouuu committed Jul 12, 2013
1 parent 280cf84 commit 3c0e81d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion desoslide.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"slider",
"thumbnails"
],
"version": "1.0.1",
"version": "1.0.2",
"author": {
"name": "sylouuu",
"url": "https://github.com/sylouuu"
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h1>Simple images slider...</h1>

<ul class="masthead-links">
<li><i class="icon-download-alt"></i> <a href="https://github.com/sylouuu/desoslide/releases">Download</a></li>
<li>Version 1.0.1</li>
<li>Version 1.0.2</li>
</ul>
</div>
<!-- [END] Jumbotron -->
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.desoslide.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Version 1.0.1
Version 1.0.2
jQuery: desoSlide plugin - jquery.desoslide.js
Copyright - 2013 - https://github.com/sylouuu/desoslide
This source code is under the MIT License
Expand Down Expand Up @@ -230,7 +230,7 @@ This source code is under the MIT License
// main image position
var pos = $('img', $(p.mainImage)).position();
var border = parseInt($('img', $(p.mainImage)).css('border-left-width'), 10);

// main image height
var w = $('img', $(p.mainImage)).width() + border;
var h = $('img', $(p.mainImage)).height() + border;
Expand Down

0 comments on commit 3c0e81d

Please sign in to comment.