diff --git a/css/app.css b/css/app.css index 7dbe10e..3d56034 100644 --- a/css/app.css +++ b/css/app.css @@ -354,6 +354,14 @@ body { } } +.progress-indicator-2 { + position: fixed; + top: 0; + left: 0; + height: 3px; + background-color: #0A74DA; +} + /** * okaidia theme for JavaScript, CSS and HTML * Loosely based on Monokai textmate theme by http://www.monokai.nl/ diff --git a/docs/function.md b/docs/function.md index 5c15225..9c001f8 100644 --- a/docs/function.md +++ b/docs/function.md @@ -18,7 +18,7 @@ var p = new Point(); 任何带有默认值的参数,被视为可选参数。不带默认值的参数,则被视为必需参数。 -利用参数默认值,可以指定一个参数不得省略,如果省略就抛出一个错误。 +利用参数默认值,可以指定某一个参数不得省略,如果省略就抛出一个错误。 ```javascript diff --git a/index.html b/index.html index 8783259..b752ca1 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,7 @@