Skip to content

Commit f571bbc

Browse files
author
Cris
committed
removing uc's
1 parent ad4b380 commit f571bbc

File tree

4 files changed

+7
-324
lines changed

4 files changed

+7
-324
lines changed

resources/src/[email protected]/components/[email protected]

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,6 @@ <h4 class="text-light">Data summary</h4>
254254
<!--Name-->
255255
<div class="cell-3">
256256
<div class="centered-cell">
257-
<!--
258-
<span class="mif-dashboard mif-2x icon parameter-indication"></span>
259-
-->
260257
<span class="icon"><svg class={"unit-" + (index + 1) + " unit-miniplot" }></svg></span>
261258
<span>{model.unit_name}</span>
262259
</div>

resources/src/[email protected]/components/utils/graph_categories.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
Ths code was implemented in order to simulat
3+
polymorphism in JS using the object properties.
4+
Since ESNext, e hav better options to perform
5+
this. However, we consider that is still useful,
6+
given that no poylfill is needed for older versions.
7+
*/
18
const graphic_category = {};
29

310
graphic_category["plain"] = () => {

resources/src/[email protected]/model/cruz2.nim

Whitespace-only changes.

resources/src/[email protected]/model/nimstats/Cruz_Code.R

Lines changed: 0 additions & 321 deletions
This file was deleted.

0 commit comments

Comments
 (0)