Skip to content

Commit

Permalink
Item12952: this code doesn't work in strict mode
Browse files Browse the repository at this point in the history
partial revert
  • Loading branch information
MichaelDaum committed Sep 1, 2014
1 parent 3352732 commit 1ed6b87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pub/System/ConfigurePlugin/resig.uncompressed.js
Expand Up @@ -5,9 +5,8 @@
/*global Class */
// Inspired by base2 and Prototype
(function(){
"use strict";

var initializing = false, fnTest = /xyz/.test(function(){xyz;}) ? /\b_super\b/ : /.*/; /* SMELL: xyz is not defined */
var initializing = false, fnTest = /xyz/.test(function(){xyz;}) ? /\b_super\b/ : /.*/;

// The base Class implementation (does nothing)
this.Class = function(){};
Expand Down

0 comments on commit 1ed6b87

Please sign in to comment.