Replacing "container" class with "application"

This commit is contained in:
Jeff Avallone
2014-12-21 15:22:59 -05:00
parent 55ee380817
commit 445cec7c7f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import Parser from './parser/javascript.js';
import _ from 'lodash';
(function() {
if (document.body.querySelector('#content .container')) {
if (document.body.querySelector('#content .application')) {
var regexper = new Regexper(document.body);
regexper.bindListeners();