소스 검색

subtree limit alpha

Ivan Asmer 8 년 전
부모
커밋
fdcddf36d1
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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.