Update Underscore.js documentation (1.8.1)

pull/170/head
Thibaut 10 years ago
parent 5be260f3dc
commit 7a26e2dca5

@ -327,7 +327,7 @@ credits = [
'http://symfony.com/doc/current/contributing/code/license.html'
], [
'Underscore.js',
'2009-2014 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors',
'2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors',
'MIT',
'https://raw.github.com/jashkenas/underscore/master/LICENSE'
], [

@ -3,7 +3,7 @@ module Docs
self.name = 'Underscore.js'
self.slug = 'underscore'
self.type = 'underscore'
self.version = '1.7.0'
self.version = '1.8.1'
self.base_url = 'http://underscorejs.org'
html_filters.push 'underscore/clean_html', 'underscore/entries', 'title'
@ -13,7 +13,7 @@ module Docs
options[:skip_links] = true
options[:attribution] = <<-HTML
&copy; 2009&ndash;2014 Jeremy Ashkenas, DocumentCloud and Investigative Reporters &amp; Editors<br>
&copy; 2009&ndash;2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters &amp; Editors<br>
Licensed under the MIT License.
HTML
end

Loading…
Cancel
Save