CSS: Don't expose jQuery.swap
commit02a9d9f94b623ea8664b7b39fd57feb7de6c6a14
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 30 Mar 2015 17:19:15 +0000 (30 19:19 +0200)
committerTimmy Willison <timmywillisn@gmail.com>
Mon, 13 Apr 2015 15:50:27 +0000 (13 11:50 -0400)
tree16f16587072af3d75b38a478f010dd449e7053bf
parent345c95ae9303ff6a70e27ec5aeb1c9e8e6936e32
CSS: Don't expose jQuery.swap

jQuery.swap was an undocumented API used only internally. With the modular
AMD system we currently have it's not necessary to expose this function
publicly under the jQuery object.

Fixes gh-2058
Closes gh-2182
src/css.js
src/css/var/swap.js [moved from src/css/swap.js with 77% similarity]