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

            Bug ID: 66804
           Summary: OOjs: Support ES3 (tracking)
           Product: OOjs
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: jforrester+veteambztick...@wikimedia.org
          Reporter: krinklem...@gmail.com
                CC: jforres...@wikimedia.org, krinklem...@gmail.com,
                    roan.katt...@gmail.com, tpars...@wikimedia.org
        Depends on: 56341, 63303
       Web browser: ---
   Mobile Platform: ---

After bug 63303 and 56341 are fixed, we're not done yet.

I just ran a bunch of tests and IE8 is breaking all over the place due to
various bugs and lackings in its javascript engine. Nothing major, but will
need to be handled.


One of those random little things is the lack of self-identifier reference.

e.g.

> oo.method = function (something) {
>     function foo() {
>         ..
>         something(foo);
>         ..
>     }
>     return foo(); 
> };

We use this in EventEmitter#off. I'm working on a commit now to fix all the
test failures.

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

Reply via email to