We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157ef3a commit fcc22b4Copy full SHA for fcc22b4
jquery.codemirror.js
@@ -2,8 +2,8 @@
2
CodeMirror jQuery Plugin
3
@name jquery.codemirror.js
4
@description a jQuery plugin for using CodeMirror
5
- @version 1.0.0
6
- @copyright (c) 2018 Philipp Nikolajev (http://nikolajev.ee)
+ @version 1.0.2
+ @copyright (c) 2018 Philipp Nikolajev (https://nikolajev.ee)
7
@license Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license.
8
*/
9
(function ($) {
@@ -151,4 +151,4 @@
151
});
152
};
153
154
-})(jQuery);
+})(jQuery);
0 commit comments