Skip to content

Commit 1e7bcbf

Browse files
committed
some typos fixed
1 parent 00883b0 commit 1e7bcbf

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Initialize the social-feed plugin:
4242
$('.social-feed-container').socialfeed({
4343
// FACEBOOK
4444
facebook:{
45-
accounts:['@teslamotors','#teslamotors'],
46-
limit:2,
47-
access_token:'YOUR_FACEBOOK_ACCESS_TOKEN' // APP_ID|APP_SECRET
45+
accounts: ['@teslamotors','#teslamotors'],
46+
limit: 2,
47+
access_token: 'YOUR_FACEBOOK_ACCESS_TOKEN' // APP_ID|APP_SECRET
4848
},
4949
// TWITTER
5050
twitter:{
@@ -55,21 +55,21 @@ Initialize the social-feed plugin:
5555
},
5656
// VK
5757
vk:{
58-
accounts:['@125936523','#teslamotors'],
59-
limit:2,
60-
source:'all'
58+
accounts: ['@125936523','#teslamotors'],
59+
limit: 2,
60+
source: 'all'
6161
},
6262
// GOOGLEPLUS
6363
google:{
64-
access_token: 'YOUR_GOOGLE_PLUS_ACCESS_TOKEN',
6564
accounts: ['#teslamotors'],
66-
limit: 2
65+
limit: 2,
66+
access_token: 'YOUR_GOOGLE_PLUS_ACCESS_TOKEN'
6767
},
6868
// INSTAGRAM
6969
instagram:{
70-
accounts:['@teslamotors','#teslamotors'],
71-
client_id:'YOUR_INSTAGRAM_CLIENT_ID',
72-
limit:2
70+
accounts: ['@teslamotors','#teslamotors'],
71+
limit:2,
72+
client_id: 'YOUR_INSTAGRAM_CLIENT_ID'
7373
},
7474
// BLOGSPOT
7575
/*blogspot:{

js/jquery.socialfeed.js

-2
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@ if (typeof Object.create !== 'function') {
384384
Utility.request(url, Feed.instagram.utility.getImages);
385385
break;
386386
default:
387-
var a = 1;
388387
}
389388
},
390389
utility: {
@@ -522,7 +521,6 @@ if (typeof Object.create !== 'function') {
522521
request(url, getPosts);
523522
break;
524523
default:
525-
var a = 1;
526524
}
527525
},
528526
utility: {

0 commit comments

Comments
 (0)