Fixed displayed name of D3.js

This commit is contained in:
nobody42 2020-03-26 11:04:21 +01:00
parent 0dfd7a92da
commit 6b8571ae83
No known key found for this signature in database
GPG Key ID: AB5145CF05BFE119
1 changed files with 2 additions and 0 deletions

View File

@ -220,6 +220,8 @@ helpers.determineResourceName = function (filename) {
return 'bootstrap-slider CSS';
case 'clipboard.min.jsm':
return 'clipboard.js';
case 'd3.min.jsm':
return 'D3.js';
case 'dojo.jsm':
return 'Dojo';
case 'ember.min.jsm':