Created
May 7, 2013 11:24
-
-
Save zsitro/5531942 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- CSS | |
================================================== --> | |
<div class="container"> | |
content.. | |
</div> <!-- // container --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Title comment | |
/* Title | |
------------------------------------------------------------*/ | |
Multiline comment | |
/* | |
* Do not call getAddressFromGeocoder directly, cuz other modules | |
* should have to be able to subscribe to this event also.. | |
*/ | |
Titled multiline comment | |
/* | |
* UX Notes | |
* ------------ | |
* - when user start typing into search field I should | |
* hide all earlier searches cuz it is obviously | |
* irrelevant to her | |
* | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment