From 4775308556f4034d5d89c3456ad8084831ca5892 Mon Sep 17 00:00:00 2001 From: Nick Bottomley Date: Thu, 13 Mar 2014 16:13:53 -0700 Subject: [PATCH] fix second argument of deferred.notifyWith() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This method takes an array as it’s second argument, just like deferred.resolveWith() and .deferred.rejectWith() --- entries/deferred.notifyWith.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entries/deferred.notifyWith.xml b/entries/deferred.notifyWith.xml index 79c845ef..add312b8 100644 --- a/entries/deferred.notifyWith.xml +++ b/entries/deferred.notifyWith.xml @@ -8,9 +8,9 @@ Context passed to the progressCallbacks as the this object. - + - Optional arguments that are passed to the progressCallbacks. + An optional array of arguments that are passed to the progressCallbacks.