modules.exports => module.exports
authorCheng Zhao <zcbenz@gmail.com>
Sat, 16 Jan 2016 06:26:01 +0000 (14:26 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Sat, 16 Jan 2016 06:26:01 +0000 (14:26 +0800)
atom/common/api/lib/callbacks-registry.js

index c4f09cb..d60e639 100644 (file)
@@ -62,4 +62,4 @@ class CallbacksRegistry {
   }
 }
 
-modules.exports = CallbacksRegistry
+module.exports = CallbacksRegistry