Revert "CSS: fix AMD mode for the new showHide module"

This reverts commit 32cfc38a9c.
This commit is contained in:
Oleg Gaidarenko 2015-11-11 19:51:41 +03:00
parent 43996d166e
commit 88df7676d7

View File

@ -1,8 +1,7 @@
define( [
"../core",
"../data/var/dataPriv",
"../css/var/isHidden"
], function( jQuery, dataPriv, isHidden ) {
], function( dataPriv, isHidden ) {
function showHide( elements, show ) {
var display, elem,