Fix typo.
git-svn-id: svn://10.0.0.236/trunk@228370 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
adf7bc8bd9
commit
96bd073983
@ -337,7 +337,7 @@
|
||||
return;
|
||||
}
|
||||
}
|
||||
thorw("Container view not found");
|
||||
throw("Container view not found");
|
||||
},
|
||||
|
||||
itemInserted: function PMV_itemInserted(aParentNode, aNode, aIndex) {
|
||||
|
||||
@ -492,7 +492,7 @@
|
||||
return;
|
||||
}
|
||||
}
|
||||
thorw("Container view not found");
|
||||
throw("Container view not found");
|
||||
},
|
||||
|
||||
itemInserted: function TV_V_itemInserted(aParentNode, aNode, aIndex) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user