Skip to content

Commit

Permalink
fix: remove unused jsonp delegate (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse authored and fengmk2 committed Apr 11, 2017
1 parent c33523d commit 26efa42
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/extend/context.js
Expand Up @@ -238,12 +238,6 @@ delegate(proto, 'request')
.access('ip');

delegate(proto, 'response')
/**
* @member {Void} Context#jsonp
* @see Response#jsonp
* @since 1.0.0
*/
.setter('jsonp')
/**
* @member {Number} Context#realStatus
* @see Response#realStatus
Expand Down

0 comments on commit 26efa42

Please sign in to comment.