Skip to content

Commit

Permalink
v0.5.20 - remove online tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Bardanov committed Nov 27, 2015
1 parent d6a9b0c commit 33c84e5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 67 deletions.
2 changes: 0 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ define(function (require, exports, module) {
require('./services/tabSize');
require('./services/fonts').init();

require('./services/onlineTracking').init();

new GeneralOptions();
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Documents Toolbar",
"description": "Adds toolbar with tabs of open documents on the top of the editor. Now with split view support!",
"homepage": "https://github.com/dnbard/brackets-documents-toolbar",
"version": "0.5.19",
"version": "0.5.20",
"author": "Alex Bardanov",
"license": "MIT",
"engines": {
Expand Down
64 changes: 0 additions & 64 deletions services/onlineTracking.js

This file was deleted.

0 comments on commit 33c84e5

Please sign in to comment.