Skip to content

Commit

Permalink
minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MeTaNoV committed Apr 13, 2016
1 parent 630ce89 commit 897425a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions iron-pullable-container.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
scope.$.spanId.style.opacity = 0;
};
It is a good idea to disable text selection in the container:
It could be a good idea to disable text selection in the container:
.swipe {
.pull {
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
Expand Down Expand Up @@ -138,7 +138,7 @@
},

/**
* If true, then the container will not allow swiping.
* If true, then the container will not allow pulling.
*/
disabled: {
type: Boolean,
Expand All @@ -162,6 +162,7 @@

ready: function() {
this._pullComplete = false;
this._pullStarted = false;
this.setScrollDirection('x');
this.setScrollDirection('y');
},
Expand Down

0 comments on commit 897425a

Please sign in to comment.