X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fjs%2Fajaxupload.js;h=533fe2e924ef9cc7b98ee70ad37ca1d4f7791bb2;hb=ee3fda57c3b44c47527f5d3eed9c0f749a619320;hp=912cd0b4ce5bfa39b1a4f62be2ecf48271356f88;hpb=276ad0072cc5c36d1b79dff6ddecbf9548576afd;p=friendica.git diff --git a/view/js/ajaxupload.js b/view/js/ajaxupload.js index 912cd0b4ce..533fe2e924 100644 --- a/view/js/ajaxupload.js +++ b/view/js/ajaxupload.js @@ -40,7 +40,7 @@ /** * Attaches resize event to a window, limiting - * number of event fired. Fires only when encounteres + * number of event fired. Fires only when encounters * delay of 100 after series of events. * * Some browsers fire event multiple times when resizing @@ -157,7 +157,7 @@ /** * Function places an absolutely positioned * element on top of the specified element - * copying position and dimentions. + * copying position and dimensions. * @param {Element} from * @param {Element} to */ @@ -239,7 +239,7 @@ * Easy styling and uploading * @constructor * @param button An element you want convert to - * upload button. Tested dimentions up to 500x500px + * upload button. Tested dimensions up to 500x500px * @param {Object} options See defaults below. */ window.AjaxUpload = function(button, options){