diff Lib/IMPL/DOM/Navigator/Builder.pm @ 238:b8c724f6de36

DOM model refactoring TT view refactoring, controls are no longer derived from DOM nodes bugfixes
author sergey
date Tue, 16 Oct 2012 01:33:06 +0400
parents 2904da230022
children 2746a8e5a6c4
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Navigator/Builder.pm	Mon Oct 15 17:39:12 2012 +0400
+++ b/Lib/IMPL/DOM/Navigator/Builder.pm	Tue Oct 16 01:33:06 2012 +0400
@@ -72,7 +72,7 @@
         return $node;
     } else {
         die new IMPL::InvalidOperationException("The specified node is undefined", $nodeName)
-            if !$this->ingnoreUndefiend;
+            if !$this->ignoreUndefined;
         return;
     }
 }