Fix typo.

git-svn-id: svn://10.0.0.236/trunk@228370 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.mano%sent.com 2007-06-20 07:27:41 +00:00
parent adf7bc8bd9
commit 96bd073983
2 changed files with 2 additions and 2 deletions

View File

@ -337,7 +337,7 @@
return;
}
}
thorw("Container view not found");
throw("Container view not found");
},
itemInserted: function PMV_itemInserted(aParentNode, aNode, aIndex) {

View File

@ -492,7 +492,7 @@
return;
}
}
thorw("Container view not found");
throw("Container view not found");
},
itemInserted: function TV_V_itemInserted(aParentNode, aNode, aIndex) {