From 2680f4756fd2de9df8ae851800dfe78a46417ab8 Mon Sep 17 00:00:00 2001 From: ruanyf Date: Thu, 1 May 2014 13:18:22 +0800 Subject: [PATCH] add progress indicator --- css/app.css | 8 ++++++++ docs/function.md | 2 +- index.html | 1 + js/ditto.js | 18 ++++++++++++++++++ 4 files changed, 28 insertions(+), 1 deletion(-) 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 @@
Loading ...
Opps! ... File not found!
上一章
下一章
+