mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18: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;
|
||||
case 'hyper/Notification':
|
||||
return Notification;
|
||||
case 'hyper/decorate':
|
||||
return decorate;
|
||||
default:
|
||||
return originalLoad.apply(this, arguments);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue