1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 05:15:25 +02:00

Use bower for Angular dependencies.

This commit is contained in:
Kevan Ahlquist 2015-09-13 16:39:51 -05:00
parent 115a293e58
commit 13e3fed351
43 changed files with 116 additions and 3835 deletions

View file

@ -1,3 +1,7 @@
/*
* legend.js v0.2.0
* License: MIT
*/
function legend(parent, data) {
parent.className = 'legend';
var datas = data.hasOwnProperty('datasets') ? data.datasets : data;