diff options
author | Pooja Soundalgekar | 2016-06-14 14:57:31 +0530 |
---|---|---|
committer | Pooja Soundalgekar | 2016-06-14 14:57:31 +0530 |
commit | f3c1898f50a719ad07ff2e93035a7f5a59c73058 (patch) | |
tree | c969ed9a6957d4adcb82afd34360f930eaaa6931 /details.js | |
parent | 6d10513b5fb4a89b12f0858ae3665d435a90d935 (diff) | |
download | xcos-on-web-f3c1898f50a719ad07ff2e93035a7f5a59c73058.tar.gz xcos-on-web-f3c1898f50a719ad07ff2e93035a7f5a59c73058.tar.bz2 xcos-on-web-f3c1898f50a719ad07ff2e93035a7f5a59c73058.zip |
Added tooltip
Diffstat (limited to 'details.js')
-rw-r--r-- | details.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -848,7 +848,7 @@ function BasicBlock() { } this.simulationFunctionType = func_type; } else { - this.simulationFunctionName = getData(options.model.sim[0])[0]; + this.simulationFunctionName = getData(options.model.sim)[0]; this.simulationFunctionType = "DEFAULT"; } this.style = arguments.callee.caller.name; |