8
0
Pārlūkot izejas kodu

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

fredck 11 gadi atpakaļ
vecāks
revīzija
9a86ebb025
1 mainītis faili ar 9 papildinājumiem un 0 dzēšanām
  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.
 		 *