unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/js-mode/req.json

8 lines
147 B
JSON
Raw Normal View History

2016-02-18 13:53:30 +00:00
# -*- mode: snippet -*-
#name : json
# --
new Request.JSON({
onSuccess: function(responseJSON, responseText) {
$0
}
}).${1:send}(${2:url});