wjlotus

Results 2 issues of wjlotus

var map = {}; if (ie < 8) { map['for'] = 'htmlFor'; map['class'] = 'className'; } else { map['htmlFor'] = 'for'; map['className'] = 'class'; } 比如这段代码在1.2.2版本中会被压缩 .....a.for = "htmlFor".... 在ie8版本中报"缺少标识符"的错误...

### Checklist - [X] I made sure that the issue I am raising doesn't already exist ### Use case / Problem I'm using the audioplayer plugin for audio playback in...

feature-request