= oldChildren.length || oldChildren[i] != newChildren[i]){ // the new item is at the end of newChildren or there's a difference. if(newChildren[i].className == type && newChildren[i - 1] === control){ // the type is right, and the prev. control in the list is right. ++i; ret = true; break; }else{ break; // the difference was the wrong type of in the wrong place relative to control. } } } // Now compare the items after the difference. if(ret){ for(; i < oldChildren.length; ++i){ if(newChildren[i + 1] != oldChildren[i]){ ret = false; } } } } return ret; } ]]> @font-face { src: url("../../../../../Assets/Fonts/Open_Sans/OpenSans-Regular.ttf"); fontFamily: EmbeddedVerdana; embedAsCFF: false; } @font-face { src: url("../../../../../Assets/Fonts/Open_Sans/OpenSans-Bold.ttf"); fontWeight: bold; fontFamily: EmbeddedVerdana; embedAsCFF: false; } @font-face { src: url("../../../../../Assets/Fonts/Open_Sans/OpenSans-Italic.ttf"); fontStyle: italic; fontFamily: EmbeddedVerdana; embedAsCFF: false; } global{ fontFamily: EmbeddedVerdana; fontAntiAliasType: normal; }