mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Backbone.js documentation (1.5.0)
This commit is contained in:
parent
7704193150
commit
dedddae91e
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ module Docs
|
|||
self.name = 'Backbone.js'
|
||||
self.slug = 'backbone'
|
||||
self.type = 'underscore'
|
||||
self.release = '1.4.0'
|
||||
self.release = '1.5.0'
|
||||
self.base_url = 'https://backbonejs.org'
|
||||
self.links = {
|
||||
home: 'https://backbonejs.org/',
|
||||
|
@ -17,7 +17,7 @@ module Docs
|
|||
options[:skip_links] = true
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2010–2019 Jeremy Ashkenas, DocumentCloud<br>
|
||||
© 2010–2023 Jeremy Ashkenas, DocumentCloud<br>
|
||||
Licensed under the MIT License.
|
||||
HTML
|
||||
|
||||
|
|
Loading…
Reference in a new issue