Skip to content

Commit

Permalink
bumped version and removed console.warn
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonnie Spratley committed Mar 2, 2017
1 parent 622ea3c commit 8fe6ca5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "px-layout",
"description": "A set responsive layout elements.",
"version": "0.2.2",
"version": "0.2.3",
"main": "px-layout.html",
"authors": [
"Jonnie Spratley"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "px-layout",
"version": "0.2.2",
"version": "0.2.3",
"description": "A px mobile web component.",
"keywords": [
"px",
Expand Down
1 change: 0 additions & 1 deletion px-drawer-layout/px-drawer-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@
resetLayout: function () {
this.debounce('_resetLayout', function () {
if (!this.isAttached) {
console.warn('notAttached');
return;
}
var drawer = this.drawer;
Expand Down

0 comments on commit 8fe6ca5

Please sign in to comment.