From 047bb060c155711e8e7d4d7ca4072c7b739f08c0 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 5 Feb 2016 14:39:56 -0500 Subject: Improve documentation for new methods. --- components/script/document_loader.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'components/script/document_loader.rs') diff --git a/components/script/document_loader.rs b/components/script/document_loader.rs index c6c33fc1a5d..b702c6b30ed 100644 --- a/components/script/document_loader.rs +++ b/components/script/document_loader.rs @@ -120,6 +120,7 @@ impl DocumentLoader { } } + /// Add a load to the list of blocking loads. pub fn add_blocking_load(&mut self, load: LoadType) { self.blocking_loads.push(load); } -- cgit v1.2.3