Skip to content

Commit

Permalink
Some copy/paste error from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey Arnold committed Feb 2, 2016
1 parent 62f061f commit 1a484ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions components/ionContent/ionContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ Template.ionContent.onCreated(function() {
this.ionSideMenuContainerParent = this.parent((t) => t.view.name === "Template.ionSideMenuContainer", true);

_.extend(this, {
hasBouncing: (!!this.ionSideMenuContainerParent && this.ionSideMenuContainerParent.hasBouncing) || new ReactiveVar(null),
itemComplex: parent.itemComplex
hasBouncing: (!!this.ionSideMenuContainerParent && this.ionSideMenuContainerParent.hasBouncing) || new ReactiveVar(null)
});

this.autorun(() => {
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: "jandres:ionic",
summary: "Ionic components for Meteor. No Angular!",
version: "0.1.40",
version: "0.1.41",
git: "https://github.com/JoeyAndres/meteor-ionic.git"
});

Expand All @@ -28,7 +28,7 @@ Package.onUse(function(api) {
"tracker",
"session",
"jquery",
"jandres:[email protected].1",
"jandres:[email protected].2",
"fourseven:[email protected]"
], "client");

Expand Down

0 comments on commit 1a484ad

Please sign in to comment.