Skip to content

Instantly share code, notes, and snippets.

@Paxa
Created April 1, 2011 21: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 Paxa/898846 to your computer and use it in GitHub Desktop.
Save Paxa/898846 to your computer and use it in GitHub Desktop.
// this stuff breaks vkontakte js api
Array.prototype.asdf = function() {
return 'array';
};
VK.init(function() {
VK.api('video.search', {q: 'dfdfd', count: 20}, function(res) {
console.log(res.response);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment