Files
yii2/framework/assets
mrgarry f5049d8a31 Correct MSIE8 reserved word error (#12722)
In MSIE8 and below, yii.gridView file is not loaded and GridView widget is not working (throws Identifier expected error). The reason is that the variable name 'class' is a reserved word. To correct this, the variable name should be changed into an array key, which eliminates the error.

More info about the causes of error: https://tiffanybbrown.com/2013/09/10/expected-identifier-bug-in-internet-explorer-8/
2016-11-22 15:59:36 +03:00
..
2014-03-16 20:05:54 -04:00
2016-11-05 21:07:05 +02:00
2016-11-05 21:07:05 +02:00