Commit d13ccc3c authored by Daniel Cothran's avatar Daniel Cothran
Browse files

Issue #3261881 by tatianag, andileco, nikathone: Deprecate jquery.once and use...

Issue #3261881 by tatianag, andileco, nikathone: Deprecate jquery.once and use the new core/once lib
parent 24846899
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
        $(this).replaceWith(function (n) {
          return '<canvas ' + dataChart + style + 'id="' + chartId + '"' + '>' + n + '</canvas>'
        });
        //$('#' + chartId).once().each(function () {
        once('load-charts-chartjs', '#' + chartId, context).forEach(function () {
         var chartjsChart = $(this).attr('data-chart');
          var chart = contents.getData(chartId);