In resources/src/jquery/jquery.makeCollapsible.js there is used (twice) size() method.
Accordingly to http://api.jquery.com/size/ this is deprecated as of jQuery 1.8. Should use length property instead.
In resources/src/jquery/jquery.makeCollapsible.js there is used (twice) size() method.
Accordingly to http://api.jquery.com/size/ this is deprecated as of jQuery 1.8. Should use length property instead.
| Subject | Author | Repo | Branch | Lines +/- | |
|---|---|---|---|---|---|
| Deprecated jQuery method .size() replaced with property .length | VictorPorton | mediawiki/core | master | +2 -2 |
Change 306051 had a related patch set uploaded (by VictorPorton):
Deprecated jQuery method .size() replaced with property .length
Change 306051 merged by jenkins-bot:
Deprecated jQuery method .size() replaced with property .length