Skip to content

Commit

Permalink
Merge remote-tracking branch 'LeaVerou/gh-pages' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Forrest y Salazar committed Dec 7, 2015
2 parents 40ded28 + 46dca85 commit 002b673
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions bliss.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,9 @@ extend($, {

o = tag;
tag = o.tag;
delete o.tag;
}

delete o.tag;

return $.set(document.createElement(tag || "div"), o);
},

Expand Down
2 changes: 1 addition & 1 deletion bliss.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions bliss.shy.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,9 @@ extend($, {

o = tag;
tag = o.tag;
delete o.tag;
}

delete o.tag;

return $.set(document.createElement(tag || "div"), o);
},

Expand Down

0 comments on commit 002b673

Please sign in to comment.