Second round of undef fixes

This commit is contained in:
rejas 2020-05-03 18:59:26 +02:00
parent b9d19cfcb4
commit c04fa496bf
9 changed files with 13 additions and 21 deletions

View file

@ -1,10 +1,12 @@
/* global Class, xyz */
/* Simple JavaScript Inheritance
* By John Resig https://johnresig.com/
*
* Inspired by base2 and Prototype
*
* MIT Licensed.
*/
// Inspired by base2 and Prototype
(function () {
var initializing = false;
var fnTest = /xyz/.test(function () { xyz; }) ? /\b_super\b/ : /.*/;