summaryrefslogtreecommitdiff
path: root/lib/os.js
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-02-18 15:01:35 -0800
committerisaacs <i@izs.me>2012-02-18 15:34:57 -0800
commit0cdf85e28d57428a90026c6a402e624c1dcaabce (patch)
tree6248bdfed37d9d00409eb86dd3af5d6dda11cc35 /lib/os.js
parent31721da4b120ca2b1c0b6b9e93ce8beb5e810da3 (diff)
downloadandroid-node-v8-0cdf85e28d57428a90026c6a402e624c1dcaabce.tar.gz
android-node-v8-0cdf85e28d57428a90026c6a402e624c1dcaabce.tar.bz2
android-node-v8-0cdf85e28d57428a90026c6a402e624c1dcaabce.zip
Lint all the JavaScripts.
Diffstat (limited to 'lib/os.js')
-rw-r--r--lib/os.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/os.js b/lib/os.js
index 21a95a1359..8bd421b087 100644
--- a/lib/os.js
+++ b/lib/os.js
@@ -40,4 +40,5 @@ exports.platform = function() {
exports.getNetworkInterfaces = function() {
return exports.networkInterfaces();
};
-module.deprecate('getNetworkInterfaces', 'It is now called `os.networkInterfaces`.');
+module.deprecate('getNetworkInterfaces',
+ 'It is now called `os.networkInterfaces`.');