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 8606c75 commit 2c1f51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript-based/namespace/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h3>javascript命名空间</h3>
---------------------------
几乎所有重要的 Javascript 程序中都会用到命名空间。除非我们只是编写简单的代码,否则尽力确保正确地实现命名空间是很有必要的。这也能避免自己的代码收到第三方代码的污染。本小节将阐述以下命名空间
几乎所有重要的 Javascript 程序中都会用到命名空间。除非我们只是编写简单的代码,否则尽力确保正确地实现命名空间是很有必要的。这也能避免自己的代码收到第三方代码的污染。本小节将阐述以下命名空间的作用和方式

----------
>单一全局变量
Expand Down

0 comments on commit 2c1f51a

Please sign in to comment.