aboutsummaryrefslogtreecommitdiff
path: root/src/modules.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules.js')
-rw-r--r--src/modules.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules.js b/src/modules.js
index dc4a296d..89684411 100644
--- a/src/modules.js
+++ b/src/modules.js
@@ -134,7 +134,6 @@ var Types = {
if (shorter === longer) return;
if (shorter in this.types) return;
this.types[shorter] = this.types[longer];
- delete this.types[longer];
}, this);
},