Skip to content

Commit

Permalink
~[] to Vec in script/script_task.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
murphm8 authored and Ms2ger committed May 4, 2014
1 parent e107d0f commit 428ea04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/script/script_task.rs
Expand Up @@ -1133,7 +1133,7 @@ impl ScriptTask {
match page.get_nodes_under_mouse(&point) {
Some(node_address) => {

let mut target_list = vec!();
let mut target_list: Vec<JS<Node>> = Vec::new();
let mut target_compare = false;

let mouse_over_targets = &mut *self.mouse_over_targets.borrow_mut();
Expand Down

0 comments on commit 428ea04

Please sign in to comment.