From d138705419316bef44200961f22deb4e68795bb0 Mon Sep 17 00:00:00 2001 From: Miao Jiang Date: Thu, 29 Nov 2012 16:33:25 +0800 Subject: [PATCH] Add User Option: DEBUG. --- lib/curl.js | 5 +++-- lib/curl.toffee | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/curl.js b/lib/curl.js index 3573183..a076296 100644 --- a/lib/curl.js +++ b/lib/curl.js @@ -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() { diff --git a/lib/curl.toffee b/lib/curl.toffee index b109289..4eb1d8c 100644 --- a/lib/curl.toffee +++ b/lib/curl.toffee @@ -39,6 +39,7 @@ Curl::getinfo = (oinfo) -> Curl.user_options = RAW: 'RAW' + DEBUG: 'DEBUG' Curl::perform = -> @perform_()