Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Update dann.js
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasvlevi committed Sep 20, 2020
1 parent a009c5c commit f1b9405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dann.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class Dann {
let index = this.Layers.length-2;
this.Layers.splice(this.Layers.length-1,0,layer);
if (act !== undefined) {
console.log(act.name)

let nor = (act.name);
let der = (act.name + "_d");
this.aFunc[index] = window[nor];
Expand Down

0 comments on commit f1b9405

Please sign in to comment.