summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/print_preview/margin_settings.js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/print_preview/margin_settings.js')
-rw-r--r--chrome/browser/resources/print_preview/margin_settings.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/print_preview/margin_settings.js b/chrome/browser/resources/print_preview/margin_settings.js
index 1bfed18..92ba9cb 100644
--- a/chrome/browser/resources/print_preview/margin_settings.js
+++ b/chrome/browser/resources/print_preview/margin_settings.js
@@ -169,7 +169,7 @@ cr.define('print_preview', function() {
* locale.
* @param {string} numberFormat Is the formatted version of a sample number,
* sent from the backend.
- * @oaram {number} measurementSystem 0 for SI (aka metric system), 1 for the
+ * @param {number} measurementSystem 0 for SI (aka metric system), 1 for the
* system used in the US. Note: Mathces UMeasurementSystem enum in
* third_party/icu/public/i18n/unicode/ulocdata.h.
*/
@@ -228,7 +228,7 @@ cr.define('print_preview', function() {
* |margin{Top|Bottom|Left|Right}| attributes are missing.
*/
setLastUsedMargins: function(lastUsedMarginsSettings) {
- var lastUsedMarginsType = lastUsedMarginsSettings['marginsType']
+ var lastUsedMarginsType = lastUsedMarginsSettings['marginsType'];
this.forceMarginsUIOnPDFLoad_ =
lastUsedMarginsType == MarginSettings.MARGINS_VALUE_CUSTOM;
this.marginList_.selectedIndex =