[Pkg-javascript-commits] [dojo] 52/149: refs #8606, typo in Store.QueryOptions

David Prévot taffit at moszumanska.debian.org
Sat Feb 27 03:13:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository dojo.

commit d3bf44ca0768f3a66a20f563e9ce7842413f61a3
Author: Mel Woodgett <woodgettm at gmail.com>
Date:   Sun Mar 22 06:48:09 2015 -0700

    refs #8606, typo in Store.QueryOptions
---
 store/api/Store.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/store/api/Store.js b/store/api/Store.js
index 4704669..eaffd43 100644
--- a/store/api/Store.js
+++ b/store/api/Store.js
@@ -170,7 +170,7 @@ Store.QueryOptions = declare(null, {
 	// sort: dojo/store/api/Store.SortInformation[]?
 	//		A list of attributes to sort on, as well as direction
 	//		For example:
-	//		| [{attribute:"price, descending: true}].
+	//		| [{attribute:"price", descending: true}].
 	//		If the sort parameter is omitted, then the natural order of the store may be
 	//		applied if there is a natural order.
 	// start: Number?

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git



More information about the Pkg-javascript-commits mailing list