Rename array-methods.js to collection-methods.js

This commit is contained in:
Scott Kyle 2016-03-21 15:00:00 -07:00
parent 5faa71e1e0
commit 83e09268ea
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
'use strict';
var arrayMethods = require('./array-methods');
var arrayMethods = require('./collection-methods');
var realmConstructor;
if (typeof Realm != 'undefined') {