Remove static and other attributes from the docs

This commit is contained in:
Tim Schaub
2014-07-11 19:47:49 -06:00
parent 8c1ad54bd8
commit aa4dbde841
2 changed files with 0 additions and 12 deletions
-1
View File
@@ -15,7 +15,6 @@ var self = this;
<?js if (item.type === 'namespace' &&
(item.members.length + item.typedefs.length + item.methods.length +
item.events.length > 0)) { ?>
<span class="static">static</span>
<?js } ?>
</span>
<ul class="members itemMembers">