my-emacs-d/elpa/yasnippet-20160924.2001/snippets/js-mode/req.json
2016-10-20 10:27:10 +02:00

8 lines
147 B
JSON

# -*- mode: snippet -*-
#name : json
# --
new Request.JSON({
onSuccess: function(responseJSON, responseText) {
$0
}
}).${1:send}(${2:url});