@@ -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.
*