Format source code and add a note about knowing we have JQuery available
This commit is contained in:
parent
fdf0f76df2
commit
3f144b8fd5
1 changed files with 22 additions and 19 deletions
|
@ -30,3 +30,6 @@ $( window ).resize( function () {
|
|||
}).resize();
|
||||
|
||||
})(jQuery);
|
||||
|
||||
// Note that we know we have JQuery because our geofresco/global relies on bulma/global
|
||||
// which pulls in JQuery already.
|
||||
|
|
Loading…
Add table
Reference in a new issue