Your IP : 216.73.216.89


Current Path : /home/azimutno/azimutno/azimutno/azimutno/www/plugins/nextendslideritem/iframe/iframe/
Upload File :
Current File : /home/azimutno/azimutno/azimutno/azimutno/www/plugins/nextendslideritem/iframe/iframe/parser.js

(function($, scope, undefined) {
    scope.ssItemParseriframe = scope.ssItemParser.extend({
        parse: function(name, data){
            var o = this._super(name, data);
            if(name === 'size'){
                var _d = data.split('|*|');
                o.width = _d[0];
                o.height = _d[1];
                delete o.size;
            }
            return o;
        }
    });
})(njQuery, window);