Upgrade to require.js and class.js performance improvements
- Upgrade to require.js version 2.0.0, which enables Delayed Module Evaluation.
- class.js improvements related to the "Improving the performance of our JavaScript inheritance model" blog from Netflix. This is a breaking change.
- Applications upgrading to this version of TAL should replace use of
this._super()
withinit.base.call(this)
. - Functions must also be named. See browserdevice.js for an example of class.js inheritance using the new style.
- Applications upgrading to this version of TAL should replace use of