| @@ -12,9 +12,8 @@ | ||
| 12 | 12 | $pluginFilter: document.getElementById( 'plugin-filter' ), |
| 13 | 13 | |
| 14 | 14 | /** |
| 15 | 15 | * Get parent search hint element. |
| 16 | - * | |
| 17 | 16 | * @return {Element|null} The parent search hint element. |
| 18 | 17 | */ |
| 19 | 18 | getCard: function() { |
| 20 | 19 | return document.querySelector( '.plugin-card-frm-plugin-search' ); |
| @@ -41,9 +40,8 @@ | ||
| 41 | 40 | }, |
| 42 | 41 | |
| 43 | 42 | /** |
| 44 | 43 | * Check if plugin card list nodes changed. If there's a Formidable PSH card, replace the title and the bottom row. |
| 45 | - * | |
| 46 | 44 | * @param {Array} mutationsList |
| 47 | 45 | */ |
| 48 | 46 | replaceOnNewResults: function( mutationsList ) { |
| 49 | 47 | mutationsList.forEach( function( mutation ) { |