# This was cloned from a TextMate bundle for yasnippet. #name : slideDown - with callback #key : .slideDown #condition : (when (boundp 'jquery-project) jquery-project) # -- .slideDown('${1:slow/400/fast}', function() { $0 });