6.6.2 - Alpha3 - 升级并兼容 Rhino 引擎版本 1.8.1-SNAPSHOT
This commit is contained in:
@@ -94,7 +94,7 @@ module.exports = (/* @IIFE */ () => {
|
||||
/**
|
||||
* @constructor
|
||||
*/
|
||||
Handler(onFulfilled, onRejected, promise) {
|
||||
Handler: function (onFulfilled, onRejected, promise) {
|
||||
this.onFulfilled = typeof onFulfilled === 'function' ? onFulfilled : null;
|
||||
this.onRejected = typeof onRejected === 'function' ? onRejected : null;
|
||||
this.promise = promise;
|
||||
|
||||
Reference in New Issue
Block a user