Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
One more rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
garetht committed Oct 15, 2015
1 parent 7412253 commit d137bc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/computers/arrayInfiniteComputer.js
@@ -1,6 +1,6 @@
/* @flow */

var InfiniteComputer = require('./InfiniteComputer.js'),
var InfiniteComputer = require('./infiniteComputer.js'),
bs = require('../utils/binaryIndexSearch.js');

class ArrayInfiniteComputer extends InfiniteComputer {
Expand Down
2 changes: 1 addition & 1 deletion src/computers/constantInfiniteComputer.js
@@ -1,6 +1,6 @@
/* @flow */

var InfiniteComputer = require('./InfiniteComputer.js');
var InfiniteComputer = require('./infiniteComputer.js');

class ConstantInfiniteComputer extends InfiniteComputer {
getTotalScrollableHeight()/* : number */ {
Expand Down

0 comments on commit d137bc6

Please sign in to comment.