Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Ryan778
GitHub Repository: Ryan778/Ryan778.github.io
Path: blob/master/emojionearea/src/wrapper.js
575 views
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