Bump the stdweb version to 0.4.18 (#1049)

This removes the need to patch to a git version
This commit is contained in:
Ryan G 2019-07-16 20:56:58 -07:00 committed by Hal Gentz
parent fe12996382
commit e897d70733
4 changed files with 3 additions and 6 deletions

View file

@ -8,6 +8,7 @@ pub use self::timeout::Timeout;
use crate::platform::web::WindowExtStdweb;
use crate::window::Window;
use stdweb::js;
use stdweb::web::html_element::CanvasElement;
pub fn throw(msg: &str) {