Skip to content

Commit

Permalink
Fix typo in 1.9 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dylans committed Jun 20, 2013
1 parent d56f96c commit a942a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions releasenotes/1.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Example usage:

.. js ::
define(["dojo/parser", "dojo/store/Memory", "dojo/domReady!], function(parser, Memory){
define(["dojo/parser", "dojo/store/Memory", "dojo/domReady!"], function(parser, Memory){
// script code that needs to run before parse
myMemoryStore = new Memory(...);
...
Expand Down Expand Up @@ -744,4 +744,4 @@ DOH
---
The doh object used to have all the dojo/_base methods, for example dojo.forEach() was accessible via doh.forEach().
This is no longer the case. Those methods should be accessed via the dojo global, or better yet via AMD require
of the proper module (dojo/_base/array in this case).
of the proper module (dojo/_base/array in this case).

0 comments on commit a942a8d

Please sign in to comment.