Skip to content

Commit c433ccd

Browse files
committed
commit
1 parent 9cc17cd commit c433ccd

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

app/scripts/main.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
$('.element').emoticons();
1+
$('.element').embedJS();
22

3-
$('.element2').emoticons({
4-
ytAuthKey:'AIzaSyCqFouT8h5DKAbxlrTZmjXEmNBjC69f0ts'
3+
$('.element2').embedJS({
4+
gdevAuthKey:'AIzaSyCqFouT8h5DKAbxlrTZmjXEmNBjC69f0ts'
55
});
66

7-
$('.element3').emoticons();
7+
$('.element3').embedJS();
88

9-
$('.element5').emoticons({
9+
$('.element5').embedJS({
1010
audioEmbed:true
1111
});
1212
hljs.initHighlightingOnLoad();

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"dependencies": {
55
"jquery": "~1.11.1",
66
"materialize": "~0.95.3",
7-
"embed-js": "canary"
7+
"embed-js": "~2.0.0"
88
}
99
}

0 commit comments

Comments
 (0)