Skip to content

Commit 22111a5

Browse files
Merge branch 'release_1.0'
2 parents 2b6af12 + b00b0c2 commit 22111a5

File tree

4 files changed

+144
-91
lines changed

4 files changed

+144
-91
lines changed

README.beta

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
additional documentation to be added
22

3+
--- internals ---
4+
each scope object contains two things - the scope and the parent
5+
a lookup first checks the .scope object to see if the key is there
6+
if it fails, it moves on to the .parent object (which is itself a scope object, containing a .scope property) and does the same thing
37

48
--------
59

dist/react-min-0.9.js

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)