Skip to content

Instantly share code, notes, and snippets.

@shibukawa
Created February 23, 2014 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shibukawa/9175629 to your computer and use it in GitHub Desktop.
Save shibukawa/9175629 to your computer and use it in GitHub Desktop.
minify issue.
$__jsx_extend([_, a, b, c], Object);
_.prototype.t = function(a, b, c) {
return ''
};
_.prototype.K_ = function() {
return {}
};
_.prototype.L_ = function() {
return {}
};
_.prototype.g_ = function(a) {
console.error('func v: ', a, this.F);
return u(a)
};
_.prototype.v = _.prototype.g_;
_.prototype.Y_ = function(a) {
return H(a)
};
_.prototype.t = _.prototype.Y_;
_.prototype.v = function(a, b, c) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment