Skip to content

Commit e23e5cb

Browse files
committed
Bump to v0.6.1
1 parent 566abb6 commit e23e5cb

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.stellar",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"main": ["./jquery.stellar.js"],
55
"dependencies": {
66
"jquery": ">=1.4.3"

jquery.stellar.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Stellar.js v0.6.0
2+
* Stellar.js v0.6.1
33
* http://markdalgleish.com/projects/stellar.js
44
*
55
* Copyright 2013, Mark Dalgleish
@@ -370,8 +370,8 @@
370370

371371
$backgroundElements = this.$element.find('[data-stellar-background-ratio]');
372372

373-
if (this.$element.is('[data-stellar-background-ratio]')) {
374-
$backgroundElements.add(this.$element);
373+
if (this.$element.data('stellar-background-ratio')) {
374+
$backgroundElements = $backgroundElements.add(this.$element);
375375
}
376376

377377
$backgroundElements.each(function() {

jquery.stellar.min.js

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery.stellar",
33
"title": "Stellar.js",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"description": "Parallax scrolling made easy.",
66
"homepage": "http://markdalgleish.com/projects/stellar.js",
77
"author": {

stellar.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stellar",
33
"title": "Stellar.js",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"description": "Parallax scrolling made easy.",
66
"homepage": "http://markdalgleish.com/projects/stellar.js",
77
"author": {

0 commit comments

Comments
 (0)