From ef6d90b2d8ea6a5f1957846e72c9148c85afb574 Mon Sep 17 00:00:00 2001 From: Bernhard Date: Wed, 3 Dec 2014 19:34:19 +0100 Subject: [PATCH] Fixed wrong error event listener in video.clone --- lib/src/media/video.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/src/media/video.dart b/lib/src/media/video.dart index 3d75d82b..6e21eb21 100644 --- a/lib/src/media/video.dart +++ b/lib/src/media/video.dart @@ -70,10 +70,10 @@ class Video { /// Use this method to load a video from a given [url]. If you don't /// provide [videoLoadOptions] the [defaultLoadOptions] will be used. - /// + /// /// Please note that on most mobile devices the load method must be called /// from an input event like MouseEvent or TouchEvent. The load method will - /// never complete if you call it elsewhere in your code. The same is true + /// never complete if you call it elsewhere in your code. The same is true /// for the ResourceManager.addVideo method. static Future