@@ -29,25 +29,23 @@ list of libraries used by GeoJS.
2929 +---------------------------+------------+---------------------------+
3030 | `earcut `_ | 2.1 | GL polygon feature |
3131 +---------------------------+------------+---------------------------+
32+ | `jQuery `_ | 2.2 | Core |
33+ +---------------------------+------------+---------------------------+
3234
3335.. table :: External GeoJS dependencies
3436
3537 +---------------------------+------------+---------------------------+
3638 | Library | Version | Component |
3739 +===========================+============+===========================+
38- | `jQuery `_ | 2.2 | Core |
39- +---------------------------+------------+---------------------------+
4040 | `d3 `_ | 3.5 | D3 renderer, UI widgets |
4141 +---------------------------+------------+---------------------------+
4242
4343.. note ::
4444
45- The versions listed are what is provided in the bundle, but other versions
46- may work as well.
47-
48- .. note ::
49- Components used in the core code are strictly required. Other components
50- can be excluded, though some functions will not work without them.
45+ JQuery is now included in the distributed bundle. Internally, this
46+ version will always be used and exposed as ``geo.jQuery ``. GeoJS
47+ will also set the global variable ``window.$ `` if no other version
48+ is detected.
5149
5250.. _jQuery : http://jquery.com/
5351.. _proj4 : http://proj4js.org/
0 commit comments