commit 68e6329191fe501dc2040c91c435cc4f3f4099c6
parent 9659167f47b2d7769b8878137c9b0ced33655efb
Author: Alexandur Seferinkyn <d0ntth1nc@gmail.com>
Date: Tue, 16 Jun 2015 02:58:26 +0300
Travis CI tests fix
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/app.js b/src/app.js
@@ -5,7 +5,7 @@ import React from 'react';
import FastClick from 'fastclick';
import App from './components/App';
import Dispatcher from './core/Dispatcher';
-import AppActions from './actions/AppActions';
+//import AppActions from './actions/AppActions';
import ActionTypes from './constants/ActionTypes';
let path = decodeURI(window.location.pathname);
@@ -26,7 +26,6 @@ let onSetMeta = (name, content) => {
function run() {
FastClick.attach(document.body);
-
// Render the top-level React component
let props = {
path: path,