BUGFIX: add 'var' to local variable 'constructor' inside of function definition which break IE8 (8.0.6001.18702 +) (from r100519)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@105593 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-05-25 04:14:31 +00:00
parent a030d33f33
commit 81d26a26c0

View File

@ -7,7 +7,7 @@ var Class = {
},
extend: function(baseClassName) {
constructor = function() {
var constructor = function() {
var i;
/*