@@ -84,9 +84,9 @@ _.define(
index = _.indexOf(this, index)
}
if (index > -1) {
- this.splice(index, 1)
+ return this.splice(index, 1)
)
-module.exports = arrayMethods
+module.exports = arrayMethods