Skip to content

Commit

Permalink
[api reactor] add window-sum from window-stream module as reactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrugzz committed May 9, 2013
1 parent 2ee1241 commit 6f82359
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/godot/reactor/window-sum.js
@@ -0,0 +1,8 @@
/*
* window-sum.js :: Simple pass-thru for `window-stream`
*
* (C) 2013, Nodejitsu Inc.
*
*/

module.exports = require('window-stream').WindowSum;

0 comments on commit 6f82359

Please sign in to comment.