1/*! 2 * EmojioneArea v@VERSION 3 * https://github.com/mervick/emojionearea 4 * Copyright Andrey Izman and other contributors 5 * Released under the MIT license 6 * Date: @DATE 7 */ 8(function(document, window, $) { 9 'use strict'; 10 11// @CODE 12// build.js inserts compiled code here 13 14}) (document, window, jQuery); 15