Browse Source

spelling: modifying

pull/4067/head
Josh Soref 8 years ago
parent
commit
ca8990df3f
3 changed files with 6 additions and 6 deletions
  1. 4
      dist/components/checkbox.js
  2. 4
      dist/semantic.js
  3. 4
      src/definitions/modules/checkbox.js

4
dist/components/checkbox.js

@ -127,13 +127,13 @@ $.fn.checkbox = function(parameters) {
hide: {
input: function() {
module.verbose('Modfying <input> z-index to be unselectable');
module.verbose('Modifying <input> z-index to be unselectable');
$input.addClass(className.hidden);
}
},
show: {
input: function() {
module.verbose('Modfying <input> z-index to be selectable');
module.verbose('Modifying <input> z-index to be selectable');
$input.removeClass(className.hidden);
}
},

4
dist/semantic.js

@ -2792,13 +2792,13 @@ $.fn.checkbox = function(parameters) {
hide: {
input: function() {
module.verbose('Modfying <input> z-index to be unselectable');
module.verbose('Modifying <input> z-index to be unselectable');
$input.addClass(className.hidden);
}
},
show: {
input: function() {
module.verbose('Modfying <input> z-index to be selectable');
module.verbose('Modifying <input> z-index to be selectable');
$input.removeClass(className.hidden);
}
},

4
src/definitions/modules/checkbox.js

@ -127,13 +127,13 @@ $.fn.checkbox = function(parameters) {
hide: {
input: function() {
module.verbose('Modfying <input> z-index to be unselectable');
module.verbose('Modifying <input> z-index to be unselectable');
$input.addClass(className.hidden);
}
},
show: {
input: function() {
module.verbose('Modfying <input> z-index to be selectable');
module.verbose('Modifying <input> z-index to be selectable');
$input.removeClass(className.hidden);
}
},

Loading…
Cancel
Save