Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
liviavinci committed Oct 17, 2014
1 parent 075ed70 commit 1455e24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Boundary is a CSS+Javascript library for Chrome extension developers to easily c

Boundary.createBox(attrs);

/******************************** remove a box ********************************/

$(boxSelector).remove();

/******************************** style elements within a box ********************************/

Boundary.loadBoxCSS(boxSelector, CSSPath);
Expand Down

0 comments on commit 1455e24

Please sign in to comment.