Skip to content

Commit

Permalink
Fix javascript_include_tag examples in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
avakhov authored and vijaydev committed Nov 5, 2011
1 parent d753596 commit 64122c7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -119,10 +119,10 @@ def javascript_path(source)
# # <script type="text/javascript" src="/elsewhere/cools.js?1423139606"></script>
#
# javascript_include_tag "http://www.example.com/xmlhr"
# # => <script type="text/javascript" src="http://www.example.com/xmlhr.js?1284139606"></script>
# # => <script type="text/javascript" src="http://www.example.com/xmlhr"></script>
#
# javascript_include_tag "http://www.example.com/xmlhr.js"
# # => <script type="text/javascript" src="http://www.example.com/xmlhr.js?1284139606"></script>
# # => <script type="text/javascript" src="http://www.example.com/xmlhr.js"></script>
#
# javascript_include_tag :defaults
# # => <script type="text/javascript" src="/javascripts/jquery.js?1284139606"></script>
Expand Down

0 comments on commit 64122c7

Please sign in to comment.