Migration of library browser to ES6 moduels
This commit is contained in:
parent
6bcb01d477
commit
4c28399c6b
13 changed files with 299 additions and 287 deletions
|
@ -60,7 +60,7 @@ define(['cardBuilder', 'imageLoader', 'libraryBrowser', 'loading', 'events', 'us
|
|||
}
|
||||
|
||||
var query = getQuery();
|
||||
context.querySelector('.paging').innerHTML = libraryBrowser.getQueryPagingHtml({
|
||||
context.querySelector('.paging').innerHTML = libraryBrowser.default.getQueryPagingHtml({
|
||||
startIndex: query.StartIndex,
|
||||
limit: query.Limit,
|
||||
totalRecordCount: result.TotalRecordCount,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue