diff options
author | sarangsingh29 | 2016-07-12 18:42:28 +0530 |
---|---|---|
committer | sarangsingh29 | 2016-07-12 18:42:28 +0530 |
commit | 1924bdc29c3b265ccb4c89d4245d2248ae13b545 (patch) | |
tree | 80c689d12fcd083186b67aeb8a4e128e49e10bb5 | |
parent | a6f422179a58c224ee87677f8e87d9d62be8c04c (diff) | |
download | xcos-on-web-1924bdc29c3b265ccb4c89d4245d2248ae13b545.tar.gz xcos-on-web-1924bdc29c3b265ccb4c89d4245d2248ae13b545.tar.bz2 xcos-on-web-1924bdc29c3b265ccb4c89d4245d2248ae13b545.zip |
minor changes
-rwxr-xr-x | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1275,7 +1275,7 @@ case 'ExplicitOutBlock': ifaceFuncName='OUT_f'; break; case 'ImplicitInBlock': ifaceFuncName='INIMPL_f'; break; case 'ImplicitOutBlock': ifaceFuncName='OUTIMPL_f'; break; - default: cell.interfaceFunctionName; + default: ifaceFuncName=cell.interfaceFunctionName; } var details_instance=null |