https://bugzilla.wikimedia.org/show_bug.cgi?id=67590

            Bug ID: 67590
           Summary: es5-shim module doesn't include Object.create
                    implementation, needed for OOjs
           Product: MediaWiki
           Version: 1.24-git
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: JavaScript
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
       Web browser: Internet Explorer
   Mobile Platform: ---

After installing the MultimediaViewer extension, setting
$wgIncludejQueryMigrate = true (bug 66098), and applying the fix for bug 67565,
I get the following error in IE 8:

Object doesn't support this property or method
oojs.js, line 89 character 2

targetFn.prototype = Object.create( originFn.prototype, {
    // Restore constructor property of targetFn
    constructor: {
        value: targetConstructor,
        enumerable: false,
        writable: true,
        configurable: true
    }
} );

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to