|
|
|
|
|
by v413
4261 days ago
|
|
Looking at the compiled source, it looks like ES5 and not ES3. They use "use strict" and Object.defineProperties which are ES5 features. P.S. IE9 doesn't support ES5 strict mode so "use strict" might introduce some subtle bugs for that case. |
|