mol_plot_all 1.2.210 → 1.2.213

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/web.test.js CHANGED
@@ -2019,12 +2019,12 @@ var $;
2019
2019
  var $;
2020
2020
  (function ($) {
2021
2021
  class $mol_view_tree_test_attributes_subcomponent extends $mol_view {
2022
- Page(index) {
2022
+ Page(id) {
2023
2023
  const obj = new this.$.$mol_view_tree_test_attributes_subcomponent_page();
2024
- obj.Sub = () => this.page(index);
2024
+ obj.Sub = () => this.page(id);
2025
2025
  return obj;
2026
2026
  }
2027
- page(index) {
2027
+ page(id) {
2028
2028
  return null;
2029
2029
  }
2030
2030
  }