renamed service variables to conform to new naming scheme

This commit is contained in:
azivner
2018-03-25 13:41:29 -04:00
parent d746d707b5
commit 297a2cd9da
31 changed files with 121 additions and 176 deletions

View File

@@ -28,7 +28,7 @@ import utils from './utils.js';
import searchTreeService from './search_tree.js';
import './init.js';
import treeService from './tree_service.js';
import treeService from './tree.js';
const $toggleSearchButton = $("#toggle-search-button");
$toggleSearchButton.click(searchTreeService.toggleSearch);