Update js.

This commit is contained in:
Ms2ger 2016-11-02 13:25:49 +01:00
parent ba2fb4e2e2
commit 558afe1786
8 changed files with 14 additions and 14 deletions

View file

@ -105,6 +105,6 @@ impl<T: ToJSValConvertible> ToJSValConvertible for MozMap<T> {
None));
}
rval.set(ObjectValue(&*js_object.handle().get()));
rval.set(ObjectValue(js_object.handle().get()));
}
}