fix(examples): fix hello_world example (js)

Added missing path mapping for the new reflection module.
This commit is contained in:
Uri Shaked 2014-11-26 23:42:14 +02:00 committed by Rado Kirov
parent 1863d50978
commit 3e57189e45
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ System.paths = {
'change_detection/*': './change_detection/lib/*.js',
'facade/*': './facade/lib/*.js',
'di/*': './di/lib/*.js',
'reflection/*': './reflection/lib/*.js',
'rtts_assert/*': './rtts_assert/lib/*.js',
'examples/*': './examples/lib/*.js'
};