Skip to content

Commit 3242c80

Browse files
author
Constantin
committed
Merge branch 'dev'
2 parents 2ff1968 + ca3f8f7 commit 3242c80

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "swipebox",
3-
"version": "1.3.0",
3+
"version": "1.3.0.1",
44
"main": "src/js/jquery.swipebox.js"
55
}

grunt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grunt-swipebox",
3-
"version": "1.3.0",
3+
"version": "1.3.0.1",
44
"description": "A touchable jQuery lightbox",
55
"devDependencies": {
66
"grunt": "~0.4.2",

scss/swipebox.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Swipebox v1.2.8 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
1+
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
22

33
// Gradient mixin
44
@mixin css-gradient($from: #dfdfdf, $to: #f8f8f8) {

src/css/swipebox.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Swipebox v1.2.8 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
1+
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
22
html.swipebox-html.swipebox-touch {
33
overflow: hidden !important;
44
}

src/css/swipebox.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/jquery.swipebox.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
1+
/*! Swipebox v1.3.0.1 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
22

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

@@ -746,7 +746,7 @@
746746

747747
}
748748

749-
if ( youtubeShortUrl || youtubeShortUrl || vimeoUrl ) {
749+
if ( youtubeUrl || youtubeShortUrl || vimeoUrl ) {
750750

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

0 commit comments

Comments
 (0)