X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/f9001779751f83dc8a10e478bfecb4d8dd5f964c..5aa86a9053fb0fa15846bb60aac2fb8fdfff524a:/wp-includes/js/tinymce/plugins/wpdialogs/js/popup.dev.js diff --git a/wp-includes/js/tinymce/plugins/wpdialogs/js/popup.dev.js b/wp-includes/js/tinymce/plugins/wpdialogs/js/popup.dev.js index 3f79a257..b45a1fd2 100644 --- a/wp-includes/js/tinymce/plugins/wpdialogs/js/popup.dev.js +++ b/wp-includes/js/tinymce/plugins/wpdialogs/js/popup.dev.js @@ -1,8 +1,8 @@ /** * popup.js - * + * * An altered version of tinyMCEPopup to work in the same window as tinymce. - * + * * ------------------------------------------------------------------ * * Copyright 2009, Moxiecode Systems AB @@ -67,7 +67,7 @@ var tinyMCEPopup = { * Returns a window argument/parameter by name. * * @method getWindowArg - * @param {String} n Name of the window argument to retrive. + * @param {String} n Name of the window argument to retrieve. * @param {String} dv Optional default value to return. * @return {String} Argument value or default value if it wasn't found. */ @@ -81,7 +81,7 @@ var tinyMCEPopup = { * Returns a editor parameter/config option value. * * @method getParam - * @param {String} n Name of the editor config option to retrive. + * @param {String} n Name of the editor config option to retrieve. * @param {String} dv Optional default value to return. * @return {String} Parameter value or default value if it wasn't found. */ @@ -278,7 +278,7 @@ var tinyMCEPopup = { close(); }, - // Internal functions + // Internal functions _restoreSelection : function() { var e = window.event.srcElement;