Skip to content

IE8 Compatibility Problems #60

@z-ZYS-s

Description

@z-ZYS-s
  1. 删除元素中不存在的属性会报错
function animationDestroy(element){
    return function(){
        delete element.onenter;
        delete element.onleave;
    }
}
  1. <iframe>标签中包含text时报错

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions