Skip to content

Commit

Permalink
update namespace description
Browse files Browse the repository at this point in the history
  • Loading branch information
wchaowu committed Oct 12, 2013
1 parent 88ef4b2 commit 8606c75
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions javascript-based/namespace/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<h3>javascript命名空间</h3>
----------
几乎所有重要的 Javascript 程序中都会用到命名空间。除非我们只是编写简单的代码,否则尽力确保正确地实现命名空间是很有必要的。这也能避免自己的代码收到第三方代码的污染。本小节将阐述以下设计模式
---------------------------
几乎所有重要的 Javascript 程序中都会用到命名空间。除非我们只是编写简单的代码,否则尽力确保正确地实现命名空间是很有必要的。这也能避免自己的代码收到第三方代码的污染。本小节将阐述以下命名空间

----------
>单一全局变量
>
>
>对象序列化的表示
>
>命名空间注入
Expand All @@ -15,3 +16,4 @@
>
>嵌套空间
*代码可以参考namespace1.HTML和namespace.HTML 文件*

0 comments on commit 8606c75

Please sign in to comment.