Skip to content

Commit 41c318a

Browse files
author
Philipp
committed
Files renamed, README updated
1.0.0 Release
1 parent 650baf0 commit 41c318a

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# jQuery Codemirror Plugin
2+
3+
http://codemirror.net/
4+
15
### Install
26

37
`bower install philsweb.jquery-codemirror --save`

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="stylesheet" href="bower_components/codemirror/lib/codemirror.css">
66
<script src="bower_components/codemirror/mode/xml/xml.js"></script>
77

8-
<script src="philsweb.jquery.codemirror.js"></script>
8+
<script src="philsweb.jquery-codemirror.min.js"></script>
99
<link rel="stylesheet" href="philsweb.codemirror.css">
1010

1111
<style>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*!
2+
CodeMirror jQuery Plugin
3+
@name philsweb.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)
7+
@license Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license.
8+
*/
19
(function ($) {
210
$.fn.codemirrorInit = function (options) {
311

philsweb.jquery-codemirror.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)