Fixing bug 257616. s/outerWidth/outerHeight/ when setting sOuterHeight_id. Duh. r+sr+a=brendan@mozilla.org

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_7_BRANCH@161567 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com
2004-09-01 04:27:36 +00:00
parent 44dbd938ee
commit 0a31dfea1e

View File

@@ -998,7 +998,7 @@ nsDOMClassInfo::DefineStaticJSVals(JSContext *cx)
SET_JSVAL_TO_STRING(sLength_id, cx, "length");
SET_JSVAL_TO_STRING(sInnerHeight_id, cx, "innerHeight");
SET_JSVAL_TO_STRING(sInnerWidth_id, cx, "innerWidth");
SET_JSVAL_TO_STRING(sOuterHeight_id, cx, "outerWidth");
SET_JSVAL_TO_STRING(sOuterHeight_id, cx, "outerHeight");
SET_JSVAL_TO_STRING(sOuterWidth_id, cx, "outerWidth");
SET_JSVAL_TO_STRING(sScreenX_id, cx, "screenX");
SET_JSVAL_TO_STRING(sScreenY_id, cx, "screenY");