Skip to content

Commit 5b6683e

Browse files
committed
SIP: Remove old comment
1 parent 5bbb4e4 commit 5b6683e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/sip.js

-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const {
1111
u32,
1212
} = Fn;
1313

14-
// TODO: make real const
1514
const ACCELEROMETER = "accelerometer";
1615
const ALTIMETER = "altimeter";
1716
const BAROMETER = "barometer";
@@ -21,7 +20,6 @@ const MAGNETOMETER = "magnetometer";
2120
const ORIENTATION = "orientation";
2221
const THERMOMETER = "thermometer";
2322

24-
2523
function Components(controller, options) {
2624
const state = priv.get(this);
2725
const descriptors = Object.create(null);

0 commit comments

Comments
 (0)