diff options
author | Aayush Ranaut <aayush.ranaut@gmail.com> | 2015-12-05 11:10:16 +0530 |
---|---|---|
committer | Aayush Ranaut <aayush.ranaut@gmail.com> | 2015-12-05 11:10:16 +0530 |
commit | dc675a47edaeced79e13bf99d120c195a38b9ecf (patch) | |
tree | e626142c07fa41695b959b606d4337929c9669ed /amd.html.markdown | |
parent | 0049a475edba88f6537b2490ca9506df23b46368 (diff) | |
parent | c8475eacd742a1c8c6340121aa95f32f65421113 (diff) |
Merged and removed confusing comments in python
Diffstat (limited to 'amd.html.markdown')
-rw-r--r-- | amd.html.markdown | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/amd.html.markdown b/amd.html.markdown index b3237dc7..d7fb41ba 100644 --- a/amd.html.markdown +++ b/amd.html.markdown @@ -8,10 +8,10 @@ filename: learnamd.js ## Getting Started with AMD
-The **Asynchronous Module Definition** API specifies a mechanism for defining
-JavaScript modules such that the module and its dependencies can be asynchronously
-loaded. This is particularly well suited for the browser environment where
-synchronous loading of modules incurs performance, usability, debugging, and
+The **Asynchronous Module Definition** API specifies a mechanism for defining
+JavaScript modules such that the module and its dependencies can be asynchronously
+loaded. This is particularly well suited for the browser environment where
+synchronous loading of modules incurs performance, usability, debugging, and
cross-domain access problems.
### Basic concept
|