Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sstephenson/prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed May 7, 2010
2 parents b76ea83 + 5d454e4 commit 354e2f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Rakefile
Expand Up @@ -74,8 +74,10 @@ module PrototypeHelper
:index_page => 'README.markdown',
:syntax_highlighter => syntax_highlighter,
:markdown_parser => :bluecloth,
:repository_url => "http://github.com/sstephenson/prototype/blob/#{current_head}/",
:pretty_urls => true,
:src_code_href => proc { |file, line|
"http://github.com/sstephenson/prototype/blob/#{current_head}/#{file}#LID#{line}"
},
:pretty_urls => false,
:bust_cache => false,
:name => 'Prototype JavaScript Framework',
:short_name => 'Prototype',
Expand Down

0 comments on commit 354e2f8

Please sign in to comment.