Updated Branches: refs/heads/master 0a5fa1fa2 -> 62c57866b
[Tizen] - fix a typo, NetworkStatus.js a jake command was unfortunately inserted in to that file source code... removed it Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/62c57866 Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/62c57866 Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/62c57866 Branch: refs/heads/master Commit: 62c57866b2b49785922380fca333d8cbdb78e534 Parents: 0a5fa1f Author: pplaquette <[email protected]> Authored: Fri Jun 7 17:41:01 2013 +0200 Committer: pplaquette <[email protected]> Committed: Fri Jun 7 17:41:01 2013 +0200 ---------------------------------------------------------------------- lib/tizen/plugin/tizen/NetworkStatus.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-js/blob/62c57866/lib/tizen/plugin/tizen/NetworkStatus.js ---------------------------------------------------------------------- diff --git a/lib/tizen/plugin/tizen/NetworkStatus.js b/lib/tizen/plugin/tizen/NetworkStatus.js index 58cafa8..5130061 100644 --- a/lib/tizen/plugin/tizen/NetworkStatus.js +++ b/lib/tizen/plugin/tizen/NetworkStatus.js @@ -39,7 +39,7 @@ module.exports = { if (timerId !== null) { clearTimeout(timerId); timerId = null; - }jake + } infoCount++;
