cleanup: remove an unused type

This commit is contained in:
vsavkin 2015-04-19 12:44:11 -07:00
parent 2d929e73ec
commit 8b3c808cb0
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ export var typeMapping = {
'any': 'dynamic',
'Promise': 'Future',
'Observable': 'Stream',
'ObservableController': 'StreamController',
'Date': 'DateTime',
'StringMap': 'Map'
};