mediawiki-extensions-Relate.../resources/ext.relatedArticles.cards
Fomafix 0fa064728f Use native JavaScript instead of jQuery
Replace
* $.each( array, function ( index, value ) { ... } ) by
  array.forEach( function ( value ) { ... } )

* $.map( array, function ( value ) { ... } ) by
  array.map( function ( value ) { ... } )

* $.isArray( var ) by
  Array.isArray( var )

* $.isFunction( var ) by
  typeof var === 'function'

Change-Id: I450f5a75eb9c3fe20517da02986b0a491ebca67a
2018-08-17 12:45:12 +02:00
..
card.muhogan Migrate Cards code to RelatedArticles 2017-06-07 08:35:53 -07:00
CardListView.js Use native JavaScript instead of jQuery 2018-08-17 12:45:12 +02:00
CardModel.js build: Update eslint and stylelint 2017-10-09 15:37:28 +01:00
cards.muhogan Migrate Cards code to RelatedArticles 2017-06-07 08:35:53 -07:00
CardView.js Migrate Cards code to RelatedArticles 2017-06-07 08:35:53 -07:00
init.js Migrate Cards code to RelatedArticles 2017-06-07 08:35:53 -07:00
noimage.png Migrate Cards code to RelatedArticles 2017-06-07 08:35:53 -07:00
noimage.svg Unify SVG markup 2017-12-18 19:43:17 -08:00
styles.less Fix: replace deviceTabletWidth w/ width-breakpoint-tablet in LESS 2018-08-16 09:23:56 -05:00