Index: chrome/browser/resources/print_preview/margin_utils.js |
diff --git a/chrome/browser/resources/print_preview/margin_utils.js b/chrome/browser/resources/print_preview/margin_utils.js |
index 78dba89793c9a6661d99b8607c5120b0db936fcf..08feb9447d12a75b6f0d057d895de6d4b318757c 100644 |
--- a/chrome/browser/resources/print_preview/margin_utils.js |
+++ b/chrome/browser/resources/print_preview/margin_utils.js |
@@ -50,7 +50,7 @@ cr.define('print_preview', function() { |
WITHIN_RANGE: 1, |
TOO_BIG: 2, |
NOT_A_NUMBER: 3 |
- } |
+ }; |
/** |
* Checks whether |value| is within range [0, limit]. |