Skip to content

Commit 741f9bb

Browse files
committed
camelizeQuadicon is unused as of cb5aad2
1 parent 8183b17 commit 741f9bb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

app/javascript/oldjs/miq_application.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,11 +1493,3 @@ window.redirectLogin = function(msg) {
14931493
add_flash(msg, 'warning');
14941494
window.document.location.href = '/dashboard/login?timeout=true';
14951495
};
1496-
1497-
window.camelizeQuadicon = function(quad) {
1498-
return _.reduce(quad, (result, current, key) => {
1499-
const item = {};
1500-
item[_.camelCase(key)] = current;
1501-
return Object.assign(result, item);
1502-
}, {});
1503-
};

0 commit comments

Comments
 (0)