Skip to content

Commit

Permalink
Update domain
Browse files Browse the repository at this point in the history
  • Loading branch information
GamesDev committed Jul 5, 2012
1 parent 33ae8e9 commit e61ed2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/VkSocialApi.js
@@ -1,13 +1,13 @@
/**
* http://vkontakte.ru/developers.php
* http://vk.com/developers.php
*
* @param params
* @param callback
*/
var VkSocialApi = function(params, callback) {
var instance = this;

var apiUrl = 'http://vkontakte.ru/js/api/xd_connection.js?2';
var apiUrl = 'http://vk.com/js/api/xd_connection.js?2';

params = jQuery.extend({
width: 827
Expand Down

0 comments on commit e61ed2f

Please sign in to comment.