mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
a030d33f33
commit
81d26a26c0
2
thirdparty/behaviour/behaviour.js
vendored
2
thirdparty/behaviour/behaviour.js
vendored
@ -7,7 +7,7 @@ var Class = {
|
||||
},
|
||||
|
||||
extend: function(baseClassName) {
|
||||
constructor = function() {
|
||||
var constructor = function() {
|
||||
var i;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user