Skip to content

Commit

Permalink
little tiny errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisje committed Mar 15, 2015
1 parent c68e3e3 commit 4f45223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emoji.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function emojiInsertion(window, undefined) {
'use strict';
var items = charDictionary.items, allChars = fillChars(items),
regexp = filterHiddenEmojis, nodes, blacklist;
regexp = filterHiddenEmojis(), nodes, blacklist;

if (typeof MutationObserver !== 'function') window.MutationObserver = window.WebKitMutationObserver;

Expand Down

0 comments on commit 4f45223

Please sign in to comment.