Minor grammar tweak.

This commit is contained in:
nexushoratio 2014-01-05 17:34:34 -08:00
parent b279c05a41
commit eabe2dae7d

View File

@ -133,7 +133,7 @@ window.plugin.apList.getPortalDestroyCheckbox = function(portal) {
window.plugin.apList.getCheckbox = function(onClick, addedClass, content) { window.plugin.apList.getCheckbox = function(onClick, addedClass, content) {
// 2 div for centering checkbox horizontally and vertically, // 2 div for centering checkbox horizontally and vertically,
// click event on outest div for people with not so good aiming // click event on most outer div for people with not so good aiming
var div = '<div class="ap-list-checkbox-outer" onclick="' + (onClick || '')+ '">' var div = '<div class="ap-list-checkbox-outer" onclick="' + (onClick || '')+ '">'
+ '<div class="ap-list-checkbox-inner ' + (addedClass || '') + '">' + '<div class="ap-list-checkbox-inner ' + (addedClass || '') + '">'
+ (content || '') + (content || '')