Selaa lähdekoodia

subtree limit alpha

Ivan Asmer 8 vuotta sitten
vanhempi
commit
fdcddf36d1
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      README.md

+ 0 - 3
README.md

@@ -401,9 +401,6 @@ Overall, I'm not sure than event handlers and other imperative things might be u
 ### Recursive HTML
 For building nested structures from same HTML subtree like tree control or menu
 
-### DOM Subtree limitation
-Now **NanoBind** works on whole DOM tree, starting from `document`. But for templating in SPA and flexibility it will be moved to any node.
-
 ### Substructure `Proxy`
 Now data passed only when you're rewrite some key in `$s`. Any changes like `$s.hashTable[0].age = 19` has no effect, because object instance are same as before.