stable

Clone or download

Read-only

Decrease PrototypeJS usage in field dependencies

This commit remove following PrototypeJS specific features in TV5 field dependencies: * $() => document.getElementById() * $H() => new Map() * Element.getValue() => element.options traversal * Element.observe() => element.addEventListener() * [].each => [].forEach() Remaining ones that will be removed in a dedicated commit Class.create() Part of request #13439: Remove PrototypeJS from field dependencies Change-Id: I998383732341dc973a4afc43e72fab508c0a9001

Modified Files

Name
M plugins/tracker/www/scripts/TrackerFieldDependencies.js +60 −73 Go to diff View file