Skip to content

Commit

Permalink
Add license term
Browse files Browse the repository at this point in the history
  • Loading branch information
Shumpei Shiraishi committed Jan 6, 2013
1 parent dbd66a9 commit a729fcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -9,3 +9,7 @@ Install
===

Please download zip and extract into arbitrary directory (or clone source files), then move the folder to the extensions folder (you can open this folder by clicking "Help > Show Extensions Folder" menu).

License
===
This software is licensed under MIT license.
3 changes: 2 additions & 1 deletion main.js
Expand Up @@ -13,7 +13,8 @@ define(function (require, exports, module) {

// Enable formatting plugin of CodeMirror2 (this plugin is default contained)
var script = document.createElement("script");
script.src = "thirdparty/CodeMirror2/lib/util/search.js";
script.src = "thirdparty/CodeMirror2/lib/util/formatting.js";
document.head.appendChild(script);

CommandManager.register("Format", COMMAND_ID, autoFormat);
function autoFormat() {
Expand Down

0 comments on commit a729fcc

Please sign in to comment.