mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update jQuery documentation (up to 3.0.0)
This commit is contained in:
parent
383b19ee60
commit
f648917bb9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
module Docs
|
module Docs
|
||||||
class JqueryCore < Jquery
|
class JqueryCore < Jquery
|
||||||
self.name = 'jQuery'
|
self.name = 'jQuery'
|
||||||
self.release = 'up to 2.2.4'
|
self.release = 'up to 3.0.0'
|
||||||
self.base_url = 'https://api.jquery.com/'
|
self.base_url = 'https://api.jquery.com/'
|
||||||
self.initial_paths = %w(/index/index)
|
self.initial_paths = %w(/index/index)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue