mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 05:08:41 -09:00
Expose decorate to plugins (#1261)
This commit is contained in:
parent
6ce24e92fa
commit
f6eaef9457
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ Module._load = function (path) {
|
||||||
return notify;
|
return notify;
|
||||||
case 'hyper/Notification':
|
case 'hyper/Notification':
|
||||||
return Notification;
|
return Notification;
|
||||||
|
case 'hyper/decorate':
|
||||||
|
return decorate;
|
||||||
default:
|
default:
|
||||||
return originalLoad.apply(this, arguments);
|
return originalLoad.apply(this, arguments);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue