Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 749f0b8

Browse files
committed
MAGETWO-89675: Build Stabilization
Add JSDoc @param for total
1 parent d97fe76 commit 749f0b8

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Ui/view/base/web/js/form/element

1 file changed

+1
-0
lines changed

app/code/Magento/Ui/view/base/web/js/form/element/ui-select.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,6 +1195,7 @@ define([
11951195
* @param {String} searchKey
11961196
* @param {Array} optionsArray
11971197
* @param {Number} page
1198+
* @param {Number} total
11981199
*/
11991200
setCachedSearchResults: function (searchKey, optionsArray, page, total) {
12001201
var cachedData = {};

0 commit comments

Comments
 (0)