Skip to content

Commit

Permalink
修复http的基本属性设置
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayi committed Sep 28, 2014
1 parent f344995 commit b74b186
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Lib/Core/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ App.getCallController = function(http){
action: action
}, true);
if (instance) {
http.group = group;
http.controller = controller;
http.action = action;
}
return instance;
Expand Down

0 comments on commit b74b186

Please sign in to comment.