diff --git a/releasenotes/1.9.rst b/releasenotes/1.9.rst index 844c17a4f..4b014aca5 100755 --- a/releasenotes/1.9.rst +++ b/releasenotes/1.9.rst @@ -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(...); ... @@ -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). \ No newline at end of file +of the proper module (dojo/_base/array in this case).