Expose decorate to plugins (#1261)

This commit is contained in:
Tim Neutkens 2017-01-01 05:26:10 +01:00 committed by Guillermo Rauch
parent 6ce24e92fa
commit f6eaef9457

View file

@ -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);
}