mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
JS: Modernize jQuery attribute defs
This commit is contained in:
@@ -12,6 +12,11 @@ class C {
|
||||
*/
|
||||
doSomethingWithTypes(e) {
|
||||
e.html('foo');
|
||||
e.attr('class', 'foo');
|
||||
e.attr({
|
||||
color: 'red',
|
||||
size: '12pt',
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user