Procházet zdrojové kódy

Exposed the `getBasePath` method to enable testing it more easily.

fredck před 11 roky
rodič
revize
9a86ebb025
1 změnil soubory, kde provedl 9 přidání a 0 odebrání
  1. 9 0
      ckeditor.js

+ 9 - 0
ckeditor.js

@@ -11,6 +11,15 @@
 
 ( function( root ) {
 	var CKEDITOR = root.CKEDITOR = {
+		/**
+		 * Computes the value of the `basePath` property.
+		 *
+		 * @private
+		 * @method
+		 * @returns {String} A full URL.
+		 */
+		_getBasePath: getBasePath,
+
 		/**
 		 * The full URL for the CKEditor installation directory.
 		 *