diff --git a/general-patterns/global-import.html b/general-patterns/global-import.html new file mode 100644 index 0000000..c2cb8e5 --- /dev/null +++ b/general-patterns/global-import.html @@ -0,0 +1,21 @@ + + + + JavaScript Patterns + + + + + + \ No newline at end of file diff --git a/object-creation-patterns/module2.html b/object-creation-patterns/module2.html index e8cd22d..311020c 100644 --- a/object-creation-patterns/module2.html +++ b/object-creation-patterns/module2.html @@ -44,7 +44,8 @@ }(); // the parens here cause the anonymous function to execute and return - // reference: http://yuiblog.com/blog/2007/06/12/module-pattern/ + // Reference + // http://yuiblog.com/blog/2007/06/12/module-pattern/ \ No newline at end of file diff --git a/object-creation-patterns/module3-augmentation.html b/object-creation-patterns/module3-augmentation.html new file mode 100644 index 0000000..b93dbb2 --- /dev/null +++ b/object-creation-patterns/module3-augmentation.html @@ -0,0 +1,26 @@ + + + + JavaScript Patterns + + + + + \ No newline at end of file diff --git a/object-creation-patterns/module4-loose-augmentation.html b/object-creation-patterns/module4-loose-augmentation.html new file mode 100644 index 0000000..2c714e7 --- /dev/null +++ b/object-creation-patterns/module4-loose-augmentation.html @@ -0,0 +1,26 @@ + + + + JavaScript Patterns + + + + + \ No newline at end of file diff --git a/object-creation-patterns/module5-tight-augmentation.html b/object-creation-patterns/module5-tight-augmentation.html new file mode 100644 index 0000000..c7337b6 --- /dev/null +++ b/object-creation-patterns/module5-tight-augmentation.html @@ -0,0 +1,28 @@ + + + + JavaScript Patterns + + + + + \ No newline at end of file diff --git a/object-creation-patterns/module6-clone-inheritance.html b/object-creation-patterns/module6-clone-inheritance.html new file mode 100644 index 0000000..e842977 --- /dev/null +++ b/object-creation-patterns/module6-clone-inheritance.html @@ -0,0 +1,36 @@ + + + + JavaScript Patterns + + + + + \ No newline at end of file diff --git a/object-creation-patterns/module7-cross-file.html b/object-creation-patterns/module7-cross-file.html new file mode 100644 index 0000000..2058fc8 --- /dev/null +++ b/object-creation-patterns/module7-cross-file.html @@ -0,0 +1,35 @@ + + + + JavaScript Patterns + + + + + \ No newline at end of file diff --git a/object-creation-patterns/sub-module.html b/object-creation-patterns/sub-module.html new file mode 100644 index 0000000..2272256 --- /dev/null +++ b/object-creation-patterns/sub-module.html @@ -0,0 +1,25 @@ + + + + JavaScript Patterns + + + + + \ No newline at end of file