Showing 4 of 6 total issues
Function StageWebViewBridge
has 172 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
window.StageWebViewBridge = (function()
{
/* PROPIERTIES */
/* Stores callBack functions */
Function StageWebViewBridge
has 172 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
window.StageWebViewBridge = (function()
{
/* PROPIERTIES */
/* Stores callBack functions */
Function deferredDoCall
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var deferredDoCall = function( jsonArgs )
{
var _serializeObject = JSON.parse( atob( jsonArgs ) );
var method = _serializeObject.method;
var returnValue = true;
Function deferredDoCall
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var deferredDoCall = function( jsonArgs )
{
var _serializeObject = JSON.parse( atob( jsonArgs ) );
var method = _serializeObject.method;
var returnValue = true;