Rename widget to platform

This commit is contained in:
Brian Anderson 2012-05-03 20:25:57 -07:00
parent 1afd636fab
commit 9e37dd65cb
2 changed files with 1 additions and 1 deletions

View file

@ -37,7 +37,7 @@ mod parser {
mod html; mod html;
} }
mod widget { mod platform {
mod base; mod base;
} }