Skip to content

Commit

Permalink
fixed typo at row 749
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantin committed Sep 17, 2014
1 parent fb316ae commit ca3f8f7
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "swipebox",
"version": "1.3.0",
"version": "1.3.0.1",
"main": "src/js/jquery.swipebox.js"
}
2 changes: 1 addition & 1 deletion grunt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grunt-swipebox",
"version": "1.3.0",
"version": "1.3.0.1",
"description": "A touchable jQuery lightbox",
"devDependencies": {
"grunt": "~0.4.2",
Expand Down
2 changes: 1 addition & 1 deletion scss/swipebox.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Swipebox v1.2.8 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

// Gradient mixin
@mixin css-gradient($from: #dfdfdf, $to: #f8f8f8) {
Expand Down
2 changes: 1 addition & 1 deletion src/css/swipebox.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Swipebox v1.2.8 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
overflow: hidden !important;
}
Expand Down
2 changes: 1 addition & 1 deletion src/css/swipebox.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/js/jquery.swipebox.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
/*! Swipebox v1.3.0.1 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

;( function ( window, document, $, undefined ) {

Expand Down Expand Up @@ -746,7 +746,7 @@

}

if ( youtubeShortUrl || youtubeShortUrl || vimeoUrl ) {
if ( youtubeUrl || youtubeShortUrl || vimeoUrl ) {

} else {
iframe = '<iframe width="560" height="315" src="' + url + '" frameborder="0" allowfullscreen></iframe>';
Expand Down
Loading

0 comments on commit ca3f8f7

Please sign in to comment.