fix(WebWorker): Fix textarea value not being sent to the worker

Closes #7439
Closes #7828
This commit is contained in:
Jason Teplitz
2016-03-30 10:15:04 -07:00
committed by Robert Messerle
parent fc496813e2
commit a5d6b6db8b
13 changed files with 163 additions and 4 deletions

View File

@ -61,7 +61,8 @@ const kServedPaths = [
'playground/src/web_workers/todo',
'playground/src/web_workers/images',
'playground/src/web_workers/message_broker',
'playground/src/web_workers/router'
'playground/src/web_workers/router',
'playground/src/web_workers/input'
];