Add User Option: DEBUG.

This commit is contained in:
Miao Jiang 2012-11-29 16:33:25 +08:00
parent 13f1f69dbc
commit d138705419
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,4 @@
// Generated by ToffeeScript 1.3.3
// Generated by ToffeeScript 1.4.0
(function() {
var Curl, CurlBuilder, curl;
@ -47,7 +47,8 @@
};
Curl.user_options = {
RAW: 'RAW'
RAW: 'RAW',
DEBUG: 'DEBUG'
};
Curl.prototype.perform = function() {