From: Samuel Attard Date: Tue, 8 Nov 2016 05:32:40 +0000 (+1100) Subject: remote require could resolve to strings/numbers not just objects X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=494afec01d207a97514001f06d5fcdbb721be8c9;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git remote require could resolve to strings/numbers not just objects --- diff --git a/docs/api/remote.md b/docs/api/remote.md index bff7f8a..c82337f3 100644 --- a/docs/api/remote.md +++ b/docs/api/remote.md @@ -140,7 +140,7 @@ The `remote` module has the following methods: * `module` String -Returns `Object` - The object returned by `require(module)` in the main process. +Returns `any` - The object returned by `require(module)` in the main process. ### `remote.getCurrentWindow()`