Class Index | File Index

Classes


Namespace mmir.CommonUtils.setToCompatibilityModeExtension


Defined in: CommonUtilsCompatibility.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Set to "backwards compatibility mode" (for pre version 2.0) for CommonUtils.
Namespace Detail
mmir.CommonUtils.setToCompatibilityModeExtension
Set to "backwards compatibility mode" (for pre version 2.0) for CommonUtils. This function re-adds deprecated and removed functions and properties to the CommonUtils instance. NOTE that once set to compatibility mode, it cannot be reset to non-compatibility mode.

In addition, the following functions of CommonUtils are made accessible on the mmir.CommonUtils instance with these additional names

require(['commonUtilsCompatibility'], function(setCompatibility){
		setCompatibility(mmir.CommonUtils);
});
Parameters:
{mmir.CommonUtils} compatibilitySelf
the instance of mmir.CommonUtils to which the compatibility functions etc. will be attached
Requires:
document (DOM element)
document (DOM element)

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Feb 26 2016 21:44:43 GMT+0100 (Mitteleuropäische Zeit)