Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1016)

Unified Diff: chrome/browser/resources/policy.js

Issue 10010019: JS style nits (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/policy.js
diff --git a/chrome/browser/resources/policy.js b/chrome/browser/resources/policy.js
index daceb6a6e01b3531a127f2d3e5a30be8fbc6fb42..6546cf23adb233344acfcda8f42897c47b8b3d0b 100644
--- a/chrome/browser/resources/policy.js
+++ b/chrome/browser/resources/policy.js
@@ -73,7 +73,7 @@ cr.define('policies', function() {
if (this.noActivePolicies_)
$('no-policies').hidden = false;
if (policyData.status.displayStatusSection)
- $('status-section').hidden = false;;
+ $('status-section').hidden = false;
// This is the javascript code that processes the template:
var input = new JsEvalContext(policyData);
@@ -90,7 +90,7 @@ cr.define('policies', function() {
var containers = document.querySelectorAll('.text-container');
for (var i = 0; i < containers.length; i++)
- this.initTextContainer_(containers[i])
+ this.initTextContainer_(containers[i]);
},
/**

Powered by Google App Engine
This is Rietveld 408576698