Rename Reflectable::global_scope to global

This commit is contained in:
Anthony Ramine 2016-10-05 11:06:25 +02:00
parent b6bbd41e11
commit d8e92bb271
37 changed files with 151 additions and 151 deletions

View file

@ -152,7 +152,7 @@ impl FormData {
let bytes = blob.get_bytes().unwrap_or(vec![]);
File::new(&self.global_scope(), BlobImpl::new_from_bytes(bytes), name, None, "")
File::new(&self.global(), BlobImpl::new_from_bytes(bytes), name, None, "")
}
pub fn datums(&self) -> Vec<FormDatum> {