Implemeneted ModifyAttribute handler to update DOM elements.

This commit is contained in:
Shanil Puri 2014-11-11 22:36:52 -05:00 committed by Josh Matthews
parent ad9aedac77
commit 72a5ae7210
6 changed files with 208 additions and 93 deletions

View file

@ -223,3 +223,4 @@ pub mod page;
pub mod script_task;
mod timers;
pub mod textinput;
mod devtools;