summaryrefslogtreecommitdiff
path: root/resources/src/mediawiki.legacy/protect.js
diff options
context:
space:
mode:
Diffstat (limited to 'resources/src/mediawiki.legacy/protect.js')
-rw-r--r--resources/src/mediawiki.legacy/protect.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/src/mediawiki.legacy/protect.js b/resources/src/mediawiki.legacy/protect.js
index f9069b6f..3f4b263e 100644
--- a/resources/src/mediawiki.legacy/protect.js
+++ b/resources/src/mediawiki.legacy/protect.js
@@ -6,7 +6,8 @@ var ProtectionForm = window.ProtectionForm = {
* on the protection form
*/
init: function () {
- var $cell = $( '<td>' ), $row = $( '<tr>' ).append( $cell );
+ var $cell = $( '<td>' ),
+ $row = $( '<tr>' ).append( $cell );
if ( !$( '#mwProtectSet' ).length ) {
return false;
@@ -63,7 +64,7 @@ var ProtectionForm = window.ProtectionForm = {
},
/**
- * Checks if a cerain protection level is cascadeable.
+ * Checks if a certain protection level is cascadeable.
*
* @param {string} level
* @return {boolean}