wikimedia/mediawiki-extensions-Wikibase

View on GitHub
view/resources/jquery/wikibase/jquery.wikibase.listview.ListItemAdapter.js

Summary

Maintainability
A
1 hr
Test Coverage

Function WbListviewListItemAdapter has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    var SELF = $.wikibase.listview.ListItemAdapter = function WbListviewListItemAdapter( options ) {
        if ( typeof options.listItemWidget !== 'function'
            || !options.listItemWidget.prototype.widgetName
            || !options.listItemWidget.prototype.widgetEventPrefix
        ) {

    There are no issues that match your filters.

    Category
    Status