added whole system from ola4doc
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// Inspired by: http://documentcloud.github.com/underscore/#compact
|
||||
|
||||
'use strict';
|
||||
|
||||
var filter = Array.prototype.filter;
|
||||
|
||||
module.exports = function () {
|
||||
return filter.call(this, function (val) { return val != null; });
|
||||
};
|
||||
Reference in New Issue
Block a user