]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/plugins/wpdialogs/js/popup.js
Wordpress 3.6
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / plugins / wpdialogs / js / popup.js
index b45a1fd2e595defe6f7341991b7c63f66a0e5a82..e8c7d1d0ab8e43106f80ebadacac50aa6584cdd3 100644 (file)
@@ -6,7 +6,7 @@
  * ------------------------------------------------------------------
  *
  * Copyright 2009, Moxiecode Systems AB
- * Released under LGPL License.
+ * Released under LGPL
  *
  * License: http://tinymce.moxiecode.com/license
  * Contributing: http://tinymce.moxiecode.com/contributing
@@ -155,7 +155,7 @@ var tinyMCEPopup = {
 
        /**
         * Stores the current editor selection for later restoration. This can be useful since some browsers
-        * looses it's selection if a control element is selected/focused inside the dialogs.
+        * loses its selection if a control element is selected/focused inside the dialogs.
         *
         * @method storeSelection
         */
@@ -165,7 +165,7 @@ var tinyMCEPopup = {
 
        /**
         * Restores any stored selection. This can be useful since some browsers
-        * looses it's selection if a control element is selected/focused inside the dialogs.
+        * loses its selection if a control element is selected/focused inside the dialogs.
         *
         * @method restoreSelection
         */
@@ -246,7 +246,7 @@ var tinyMCEPopup = {
        },
 
        /**
-        * Creates a alert dialog. Please don't use the blocking behavior of this
+        * Creates an alert dialog. Please don't use the blocking behavior of this
         * native version use the callback method instead then it can be extended.
         *
         * @method alert