Browse Source

Keep exporting deprecate/deprecations

Kevin Sawicki 9 years ago
parent
commit
16d4c436cb
1 changed files with 10 additions and 0 deletions
  1. 10 0
      lib/common/api/exports/electron.js

+ 10 - 0
lib/common/api/exports/electron.js

@@ -33,6 +33,16 @@ exports.defineProperties = function (exports) {
       get: function () {
         return require('../callbacks-registry')
       }
+    },
+    deprecate: {
+      get: function () {
+        return require('../deprecate')
+      }
+    },
+    deprecations: {
+      get: function () {
+        return require('../deprecations')
+      }
     }
   })
 }