]> source.dussan.org Git - jquery.git/commit
CSS: Don't expose jQuery.swap
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 30 Mar 2015 17:19:15 +0000 (19:19 +0200)
committerTimmy Willison <timmywillisn@gmail.com>
Mon, 13 Apr 2015 15:41:57 +0000 (11:41 -0400)
commitbb4d888f4f7886371347b59eae5d4e6135acb7ed
treeb29be820cfe4fc0a1d31ebf8b24ecf08bdbea51d
parent3a0dd5a3d3a23e81dfb32af2871fab6be4619434
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/swap.js [deleted file]
src/css/var/swap.js [new file with mode: 0644]