* commit 'fa514ad4aecd55dc745e280270df87ff0f1bb0cc': 同时在一个方法上注册after&before
@ -73,6 +73,8 @@
}
if (!points[type][action]) {
points[type][action] = {};
if (!points[type][action][after ? "after" : "before"]) {
points[type][action][after ? "after" : "before"] = [];
points[type][action][after ? "after" : "before"].push(pointFn);