summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsarangsingh292016-07-12 18:42:28 +0530
committersarangsingh292016-07-12 18:42:28 +0530
commit1924bdc29c3b265ccb4c89d4245d2248ae13b545 (patch)
tree80c689d12fcd083186b67aeb8a4e128e49e10bb5
parenta6f422179a58c224ee87677f8e87d9d62be8c04c (diff)
downloadxcos-on-web-1924bdc29c3b265ccb4c89d4245d2248ae13b545.tar.gz
xcos-on-web-1924bdc29c3b265ccb4c89d4245d2248ae13b545.tar.bz2
xcos-on-web-1924bdc29c3b265ccb4c89d4245d2248ae13b545.zip
minor changes
-rwxr-xr-xindex.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index dd4e608..786960a 100755
--- a/index.html
+++ b/index.html
@@ -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