# This was cloned from a TextMate bundle for yasnippet. #name : $_ajaxSend #key : $.ajaxSend #condition : (when (boundp 'jquery-project) jquery-project) # -- .ajaxSend(function(${1:request, settings}) { $0 });