From dfe34da3c21b93b0ea03907d000ec9a6cf521e7b Mon Sep 17 00:00:00 2001 From: addyosmani Date: Sun, 18 Dec 2011 16:52:04 +0000 Subject: [PATCH] minor correction to comments for dfdQuery --- app/utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/utils.js b/app/utils.js index f109738..ff243d9 100644 --- a/app/utils.js +++ b/app/utils.js @@ -6,7 +6,8 @@ define( ['jquery' ], // summary: - // Query for search results or individual photos from the Flickr API + // Manage passing search queries to the necessary handlers and the UI + // changes that are required based on query-type. // searchType: String // The type of search to conduct. Supports 'search' for results or // 'photo' for individual photo entries