浏览代码

Update jQuery documentation (2.1.0)

Thibaut 12 年之前
父节点
当前提交
994f8207cd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/docs/scrapers/jquery/jquery_core.rb

+ 1 - 1
lib/docs/scrapers/jquery/jquery_core.rb

@@ -1,7 +1,7 @@
 module Docs
   class JqueryCore < Jquery
     self.name = 'jQuery'
-    self.version = 'up to 2.0.3'
+    self.version = 'up to 2.1.0'
     self.base_url = 'http://local.api.jquery.com'
 
     html_filters.insert_before 'jquery/clean_html', 'jquery_core/entries'