Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 714df71

Browse files
moved healthdata extesnions
1 parent 7c85ca7 commit 714df71

File tree

12 files changed

+15
-0
lines changed

12 files changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/**
2+
* Created by sergio on 05/06/15.
3+
*/
4+
5+
define(function (require, exports, module) {
6+
"use strict";
7+
8+
// Brackets modules
9+
var arduinoSergio = brackets.getModule("arduino/Sergio");
10+
var arduinoCMD = brackets.getModule("arduino/Commands");
11+
12+
arduinoSergio.test();
13+
14+
15+
});

src/extensions/default/HealthData/HealthDataManager.js renamed to src/extensions/samples/HealthData/HealthDataManager.js

File renamed without changes.

src/extensions/default/HealthData/HealthDataNotification.js renamed to src/extensions/samples/HealthData/HealthDataNotification.js

File renamed without changes.
File renamed without changes.

src/extensions/default/HealthData/HealthDataPreview.js renamed to src/extensions/samples/HealthData/HealthDataPreview.js

File renamed without changes.
File renamed without changes.

src/extensions/default/HealthData/htmlContent/healthdata-popup.html renamed to src/extensions/samples/HealthData/htmlContent/healthdata-popup.html

File renamed without changes.

src/extensions/default/HealthData/htmlContent/healthdata-preview-dialog.html renamed to src/extensions/samples/HealthData/htmlContent/healthdata-preview-dialog.html

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)