Add pwrt electron interface object
[platform/framework/web/crosswalk-tizen.git] / lib / browser / api / module-list.js
index 64b2829..fcc07b3 100644 (file)
@@ -21,5 +21,6 @@ module.exports = [
   {name: 'Tray', file: 'tray'},
   {name: 'webContents', file: 'web-contents'},
   // The internal modules, invisible unless you know their names.
-  {name: 'NavigationController', file: 'navigation-controller', private: true}
+  {name: 'NavigationController', file: 'navigation-controller', private: true},
+  {name: 'pwrt', file: 'pwrt', private: true}
 ]