diff --git a/plugins/c9.ide.watcher/watcher.js b/plugins/c9.ide.watcher/watcher.js index 48207171..3e754f4b 100644 --- a/plugins/c9.ide.watcher/watcher.js +++ b/plugins/c9.ide.watcher/watcher.js @@ -1,3 +1,7 @@ +/** + * Watcher + * Watches files and folders for changes and notifies the rest of the system when they happen. + **/ define(function(require, exports, module) { main.consumes = ["c9", "Plugin", "fs"]; main.provides = ["watcher"];