Skip to content

Commit

Permalink
Merge pull request #106 from PrinC/fix-bug/getBeanByMeta-donnot-postp…
Browse files Browse the repository at this point in the history
…rocess

fix-bug:getBeanByMeta donnot post process
  • Loading branch information
fantasyni committed Dec 24, 2014
2 parents dcb24d6 + 9f53192 commit 30d9ddd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/context/applicationContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ ApplicationContext.prototype.getBeanByMeta = function(meta) {

this.registerBeanMeta(meta);

this.invokeBeanFactoryPostProcessors();
arguments = Array.prototype.slice.apply(arguments);
arguments[0] = id;
return this.beanFactory.getBeanProxy.apply(this.beanFactory, arguments);
Expand Down Expand Up @@ -739,4 +740,4 @@ ApplicationContext.prototype.getHotPath = function() {
*/
ApplicationContext.prototype.getBase = function() {
return this.base;
}
}

0 comments on commit 30d9ddd

Please sign in to comment.