调整侧栏顺序

This commit is contained in:
ruanyf
2015-08-25 13:56:59 +08:00
parent 66932d0418
commit 8fa161cceb
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -13,8 +13,8 @@
1. [正则的扩展](#docs/regex)
1. [数值的扩展](#docs/number)
1. [数组的扩展](#docs/array)
1. [对象的扩展](#docs/object)
1. [函数的扩展](#docs/function)
1. [对象的扩展](#docs/object)
1. [Symbol](#docs/symbol)
1. [Proxy和Reflect](#docs/proxy)
1. [Set和Map数据结构](#docs/set-map)