Only export TouchBar to start
authorKevin Sawicki <kevinsawicki@gmail.com>
Thu, 2 Mar 2017 00:12:44 +0000 (16:12 -0800)
committerKevin Sawicki <kevinsawicki@gmail.com>
Fri, 3 Mar 2017 22:00:39 +0000 (14:00 -0800)
lib/browser/api/exports/electron.js

index 0c6ce06..3f40595 100644 (file)
@@ -109,42 +109,6 @@ Object.defineProperties(exports, {
       return require('../touch-bar')
     }
   },
-  TouchBarButton: {
-    enumerable: true,
-    get: function () {
-      return require('../touch-bar').Button
-    }
-  },
-  TouchBarColorPicker: {
-    enumerable: true,
-    get: function () {
-      return require('../touch-bar').ColorPicker
-    }
-  },
-  TouchBarGroup: {
-    enumerable: true,
-    get: function () {
-      return require('../touch-bar').Group
-    }
-  },
-  TouchBarLabel: {
-    enumerable: true,
-    get: function () {
-      return require('../touch-bar').Label
-    }
-  },
-  TouchBarPopOver: {
-    enumerable: true,
-    get: function () {
-      return require('../touch-bar').PopOver
-    }
-  },
-  TouchBarSlider: {
-    enumerable: true,
-    get: function () {
-      return require('../touch-bar').Slider
-    }
-  },
   Tray: {
     enumerable: true,
     get: function () {