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

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


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

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

commit 6ca77895506f29a0da084e3e1af891a22ea67de6
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 86e3055..5f53e7d 100644
--- a/store/api/Store.js
+++ b/store/api/Store.js
@@ -177,7 +177,7 @@ Store.QueryOptions = function(sort, start, count){
 	// 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