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

David Prévot taffit at moszumanska.debian.org
Thu Mar 24 04:28:33 UTC 2016


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

taffit pushed a commit to annotated tag 1.8.11
in repository dojo.

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

    refs #8606, typo in Store.QueryOptions
    
    (cherry picked from commit d3bf44ca0768f3a66a20f563e9ce7842413f61a3)
---
 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