Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

jqLlite fixes #319

Merged
merged 4 commits into from
Mar 31, 2011
Merged

jqLlite fixes #319

merged 4 commits into from
Mar 31, 2011

Conversation

IgorMinar
Copy link
Contributor

bunch of fixes needed for IE and jQuery compatibility

our original implementation doesn't work with
document fragments on IE

- tests were added to cover missing cases
this is needed to be compatible with jqQuery 1.5.1
tests cover:
- creating comment tags from a string
- creating script tag from a string
- wrapping document fragment
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
@IgorMinar
Copy link
Contributor Author

@mhevery
Copy link
Contributor

mhevery commented Mar 31, 2011

LGTM

@IgorMinar IgorMinar merged commit eccd9bf into angular:master Mar 31, 2011
@IgorMinar
Copy link
Contributor Author

angular.js: master commits 15ec78f...eccd9bf - http://bit.ly/fYHZQ5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants