Move translator file into helpers folder

This commit is contained in:
Blade Barringer
2015-09-17 07:47:23 -05:00
parent a1d7ad70af
commit eaaac546b9
5 changed files with 5 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
'use strict';
require('coffee-script');
var t = require('./translation.js');
var t = require('./helpers/translator.js');
var NUMBER_OF_QUESTIONS = 12;