]> git.mxchange.org Git - friendica.git/blobdiff - view/js/ajaxupload.js
spelling: encounters
[friendica.git] / view / js / ajaxupload.js
index 912cd0b4ce5bfa39b1a4f62be2ecf48271356f88..533fe2e924ef9cc7b98ee70ad37ca1d4f7791bb2 100644 (file)
@@ -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
     /**
      * 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
      */    
      * 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){