https://github.com/Gozala/reducers
Raw File
Tip revision: 4e743321440a426d44c6ce03c05339e73c4517a5 authored by Irakli Gozalishvili on 24 October 2012, 19:47:47 UTC
Version 0.1.2
Tip revision: 4e74332
close.js
/*jshint asi: true undef: true es5: true node: true devel: true
         forin: true latedef: false globalstrict: true */

"use strict";

var Method = require("method")


var close = Method()
module.exports = close
back to top