public
Description: PLEASE CHECK http://github.com/lifo/docrails/wikis
Homepage: http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch
Clone URL: git://github.com/lifo/docrails.git
Added missing opening double quote to doc example in prototype helper.
miloops (author)
Wed Aug 06 06:18:14 -0700 2008
commit  3060715ea994c558e33d6bd827d9f085da73ac4a
tree    eeb8462de5a360a822f2fe732dde724e58bf2734
parent  43334d63844da05f2cde53c4f77c829e582163be
...
608
609
610
611
 
612
613
614
...
608
609
610
 
611
612
613
614
0
@@ -608,7 +608,7 @@ module ActionView
0
         # Example:
0
         #
0
         #   # Generates:
0
-        #   #     new Element.insert("list", { bottom: <li>Some item</li>" });
0
+        #   #     new Element.insert("list", { bottom: "<li>Some item</li>" });
0
         #   #     new Effect.Highlight("list");
0
         #   #     ["status-indicator", "cancel-link"].each(Element.hide);
0
         #   update_page do |page|

Comments