Broken link report

Refs https://github.com/octobercms/docs/issues/427
This commit is contained in:
Samuel Georges 2019-12-30 09:55:38 +11:00
parent 71e6c1b1c3
commit cd4f56c64c
1 changed files with 2 additions and 2 deletions

View File

@ -160,8 +160,8 @@ class Table extends WidgetBase
* Converts the columns associative array to a regular array and translates column headers and drop-down options.
* Working with regular arrays is much faster in JavaScript.
* References:
* - http://www.smashingmagazine.com/2012/11/05/writing-fast-memory-efficient-javascript/
* - http://jsperf.com/performance-of-array-vs-object/3
* - https://www.smashingmagazine.com/2012/11/05/writing-fast-memory-efficient-javascript/
* - https://jsperf.com/performance-of-array-vs-object/3
*/
protected function prepareColumnsArray()
{