diff options
author | tyru | 2012-04-22 15:21:51 +0900 |
---|---|---|
committer | tyru | 2012-04-22 15:21:51 +0900 |
commit | 204560c267c83fce054183adcca0bdcdbb436123 (patch) | |
tree | b1206ca6ffbaa638d915e36196f032fb7f4d437b /direct_bookmark.js | |
parent | 62132df5c81f471249a0c383e05a893803b54885 (diff) | |
download | vimperator-plugins-204560c267c83fce054183adcca0bdcdbb436123.tar.bz2 |
Deferred.http.get() and Deferred.http.post() is not used. remove it.
Diffstat (limited to 'direct_bookmark.js')
-rw-r--r-- | direct_bookmark.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/direct_bookmark.js b/direct_bookmark.js index 5d15112..b5acf34 100644 --- a/direct_bookmark.js +++ b/direct_bookmark.js @@ -175,8 +175,6 @@ for Migemo search: require XUL/Migemo Extension d.xhr = req;
return d;
}
- http.get = function (url) http({method:"get", url:url});
- http.post = function (url, data) http({method:"post", url:url, data:data, headers:{"Content-Type":"application/x-www-form-urlencoded"}});
Deferred.Deferred = Deferred;
Deferred.http = http;
|