Skip to content

Commit c2ad133

Browse files
committed
fix global variable problem for flashCards demo, refs #13217 !strcit
git-svn-id: http://svn.dojotoolkit.org/src/demos/trunk@25622 560b804f-0ae3-0310-86f3-f6aa0a117693
1 parent 21d3dbb commit c2ad133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flashCards/src.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var indexSlow = 0;
3434
var countBad = 0;
3535

3636
//start the flashcards, result of pressing "getStarted"
37-
var getStarted = function(){
37+
getStarted = function(){
3838
dijit.byId("teacher").speak("Hi student! Let's go. Just enter the correct results and press enter.");
3939

4040
//call the card widgets getStarted() method

0 commit comments

Comments
 (0)