Skip to content

Commit fcc22b4

Browse files
authored
Update jquery.codemirror.js
1 parent 157ef3a commit fcc22b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jquery.codemirror.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
CodeMirror jQuery Plugin
33
@name jquery.codemirror.js
44
@description a jQuery plugin for using CodeMirror
5-
@version 1.0.0
6-
@copyright (c) 2018 Philipp Nikolajev (http://nikolajev.ee)
5+
@version 1.0.2
6+
@copyright (c) 2018 Philipp Nikolajev (https://nikolajev.ee)
77
@license Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license.
88
*/
99
(function ($) {
@@ -151,4 +151,4 @@
151151
});
152152
};
153153

154-
})(jQuery);
154+
})(jQuery);

0 commit comments

Comments
 (0)