Skip to content

Commit

Permalink
Update emoji.js
Browse files Browse the repository at this point in the history
  • Loading branch information
needim committed Dec 26, 2016
1 parent 98da32b commit e8369f3
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 50 deletions.
8 changes: 4 additions & 4 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ <h3 id="wdt-emoji-search-result-title">Search Results</h3>
(function () {

wdtEmojiBundle.defaults.emojiSheets = {
'apple' : '../sheets/sheet_apple_64.png',
'google' : '../sheets/sheet_google_64.png',
'twitter' : '../sheets/sheet_twitter_64.png',
'emojione': '../sheets/sheet_emojione_64.png'
'apple' : '../sheets/sheet_apple_64_indexed_128.png',
'google' : '../sheets/sheet_google_64_indexed_128.png',
'twitter' : '../sheets/sheet_twitter_64_indexed_128.png',
'emojione': '../sheets/sheet_emojione_64_indexed_128.png'
};

wdtEmojiBundle.init('.wdt-emoji-bundle-enabled');
Expand Down
9 changes: 5 additions & 4 deletions emoji.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wdt-emoji-bundle",
"version": "0.1.3",
"version": "0.1.4",
"title": "wdt-emoji-bundle - Emoji picker",
"description": "Slack like emoji selector with apple, twitter, google, emojione and custom emoji support.",
"homepage": "http://ned.im/wdt-emoji-bundle",
Expand Down
Binary file removed sheets/sheet_apple_64.png
Binary file not shown.
Binary file added sheets/sheet_apple_64_indexed_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed sheets/sheet_emojione_64.png
Binary file not shown.
Binary file added sheets/sheet_emojione_64_indexed_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed sheets/sheet_google_64.png
Binary file not shown.
Binary file added sheets/sheet_google_64_indexed_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed sheets/sheet_twitter_64.png
Binary file not shown.
Binary file added sheets/sheet_twitter_64_indexed_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 38 additions & 32 deletions wdt-emoji-bundle.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions wdt-emoji-bundle.min.js

Large diffs are not rendered by default.

0 comments on commit e8369f3

Please sign in to comment.