| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
can we agree to put more white space into our code?
I follow there rules for specs:
- 1 blank line between sections of nontrivial it block
- 2 blank lines between it blocks
- 2 blank lines between describe blocks
- 2 blank lines between beforeEach and afterEach
- no blank line between describe and the first child it
- no blank lines between two or more closing }); lines
 | 
 | 
tests cover:
- creating comment tags from a string
- creating script tag from a string
- wrapping document fragment
 | 
 | 
this is needed to be compatible with jqQuery 1.5.1
 | 
 | 
our original implementation doesn't work with
document fragments on IE
- tests were added to cover missing cases
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 |