Skip to content

Instantly share code, notes, and snippets.

@Pistos
Created December 13, 2010 17:17
Show Gist options
  • Save Pistos/739248 to your computer and use it in GitHub Desktop.
Save Pistos/739248 to your computer and use it in GitHub Desktop.
Uncaught exception: TypeError: Cannot convert 'a.runtimeStyle' to object
Error thrown at line 130, column 0 in <anonymous function: aa>(a, b) in https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js:
e=a.runtimeStyle.left;
called from line 127, column 838 in <anonymous function: get>(d, e, f) in https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js:
h=aa(d,b,b);
called from line 127, column 35 in <anonymous function: css>(a, b, d) in https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js:
if(h&&"get"in h&&(e=h.get(a,true,d))!==B)
called from line 167, column 117 in <anonymous function>(e) in https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js:
f=c.css(f,d);
called from line 1, column 18543 in <anonymous function: b.fn.autoResize>() in https://joindiaspora.com/assets/main.js?1292257343:
var l=b(this).css({resize:"none","overflow-y":"hidden"}),d=l.height(),j=(function(){var f=["height","width","lineHeight","textDecoration","letterSpacing"],g={};b.each(f,function(k,i){g[i]=l.css(i)});return l.clone().removeAttr("id").removeAttr("name").css({position:"absolute",top:0,left:-9999}).css(g).attr("tabIndex","-1").insertBefore(l)})(),e=null,h=function(){j.height(0).val(b(this).val()).scrollTop(10000);var g=Math.max(j.scrollTop(),d)+a.extraSpace,f=b(this).add(j);if(e===g){return}e=g;if(g>=a.limit){b(this).css("overflow-y","");return}a.onResize.call(this);a.animate&&l.css("display")==="block"?f.stop().animate({height:g},a.animateDuration,a.animateCallback):f.height(g)};
called from line 33, column 27 in <anonymous function: each>(j, s, v) in https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js:
for(v=j[0];H<G&&s.call(v,H,v)!==false;v=j[++H])
called via Function.prototype.call() from line 26, column 742 in <anonymous function: each>(j, s) in https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js:
return b.each(this,j,s)
called from line 1, column 18333 in <anonymous function: b.fn.autoResize>(c) in https://joindiaspora.com/assets/main.js?1292257343:
this.filter("textarea").each(function(){var l=b(this).css({resize:"none","overflow-y":"hidden"}),d=l.height(),j=(function(){var f=["height","width","lineHeight","textDecoration","letterSpacing"],g={};b.each(f,function(k,i){g[i]=l.css(i)});return l.clone().removeAttr("id").removeAttr("name").css({position:"absolute",top:0,left:-9999}).css(g).attr("tabIndex","-1").insertBefore(l)})(),e=null,h=function(){j.height(0).val(b(this).val()).scrollTop(10000);var g=Math.max(j.scrollTop(),d)+a.extraSpace,f=b(this).add(j);if(e===g){return}e=g;if(g>=a.limit){b(this).css("overflow-y","");return}a.onResize.call(this);a.animate&&l.css("display")==="block"?f.stop().animate({height:g},a.animateDuration,a.animateCallback):f.height(g)};l.unbind(".dynSiz").bind("keyup.dynSiz",h).bind("keydown.dynSiz",h).bind("change.dynSiz",h)});
called from line 1, column 86594 in <anonymous function: initialize>() in https://joindiaspora.com/assets/main.js?1292257343:
$("textarea").autoResize({animate:false,extraSpace:0});
called from line 1, column 91781 in <anonymous function>() in https://joindiaspora.com/assets/main.js?1292257343:
View.initialize.apply(View)
Uncaught exception: ReferenceError: Undefined variable: WebSocket
Error thrown at line 3, column 4 in https://joindiaspora.com/aspects:
WebSocket.__swfLocation = "/javascripts/vendor/WebSocketMain.swf?1290478032";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment