[Pkg-javascript-commits] [dojo] 04/11: Applying fix to 1.0.X as well. refs #5307

David Prévot taffit at moszumanska.debian.org
Mon May 11 20:11:45 UTC 2015


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

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

commit 1b2ec22119d7ba2cf2ba4dd92b9ef15e4fc758fa
Author: Jared Jurkiewicz <jaredj at dojotoolkit.org>
Date:   Wed Dec 5 15:54:32 2007 +0000

    Applying fix to 1.0.X as well.  refs #5307
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.0/dojo/trunk@11709 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 data/ItemFileReadStore.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data/ItemFileReadStore.js b/data/ItemFileReadStore.js
index f09c1af..d7b1b1c 100644
--- a/data/ItemFileReadStore.js
+++ b/data/ItemFileReadStore.js
@@ -601,6 +601,7 @@ dojo.declare("dojo.data.ItemFileReadStore", null,{
 				if(this._loadInProgress){
 					this._queuedFetches.push({args: keywordArgs});
 				}else{
+					this._loadInProgress = true;
 					var getArgs = {
 							url: self._jsonFileUrl, 
 							handleAs: "json-comment-optional"

-- 
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