[obs-commits] [openSUSE/software-o-o] 59717e: Don't use for-of JS syntax
Branch: refs/heads/master Home: https://github.com/openSUSE/software-o-o Commit: 59717e6bd2777249021e17e812b2b5cefe706b52 https://github.com/openSUSE/software-o-o/commit/59717e6bd2777249021e17e812b2... Author: Alexander Graul <mail@agraul.de> Date: 2019-10-06 (Sun, 06 Oct 2019) Changed paths: M app/assets/javascripts/search-settings.js Log Message: ----------- Don't use for-of JS syntax for-of loops were introduced in JS 6 (2015) and are not compatible with UglifierJS. Commit: 428044fe5d8d1a9bb8b36d125b1a1f985cf7f858 https://github.com/openSUSE/software-o-o/commit/428044fe5d8d1a9bb8b36d125b1a... Author: Alexander Graul <mail@agraul.de> Date: 2019-10-06 (Sun, 06 Oct 2019) Changed paths: M app/assets/javascripts/search-settings.js Log Message: ----------- Merge pull request #680 from alexandergraul/javascript5-syntax Don't use for-of JS syntax Compare: https://github.com/openSUSE/software-o-o/compare/81adb34cd047...428044fe5d8d
participants (1)
-
Alexander Graul