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

Use css as default selector #92

Merged
merged 5 commits into from
Sep 5, 2013
Merged

Use css as default selector #92

merged 5 commits into from
Sep 5, 2013

Conversation

Ndpnt
Copy link
Collaborator

@Ndpnt Ndpnt commented Sep 4, 2013

  • Set css as default selector
  • Refactor all tests and examples to use this new default selector type
  • Replace all id selectors by the default one.

Fix #33

this.type = DEFAULT_SELECTOR_TYPE;
this.selector = hook;
}
else {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style is to keep else and all curly braces on the same line.
See more in the Code conventions :)

@MattiSG
Copy link
Owner

MattiSG commented Sep 4, 2013

Great, and well implemented!! 👍

Please let me know if you prefer me to fix the minor style mistake myself, or if I let you amend your own commits :)

Once that's fixed, should be good to merge.

@Ndpnt
Copy link
Collaborator Author

Ndpnt commented Sep 4, 2013

I handle it ;)

@MattiSG
Copy link
Owner

MattiSG commented Sep 5, 2013

GTM

@MattiSG MattiSG merged commit 58f4f70 into v06 Sep 5, 2013
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