From a942a8d8f743f2eaa3a6120aa237c522b68b7bb6 Mon Sep 17 00:00:00 2001 From: Dylan Schiemann Date: Thu, 20 Jun 2013 09:11:05 -0600 Subject: [PATCH] Fix typo in 1.9 release notes --- releasenotes/1.9.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).