all casper tests are failing rawr

This commit is contained in:
Peter Cottle 2015-04-11 12:21:19 -07:00
parent 1427ba0e58
commit 1ff2a731fb
2 changed files with 9 additions and 10 deletions

View file

@ -265,7 +265,7 @@ var CommandLineHistoryView = Backbone.View.extend({
addOne: function(command) {
var div = document.createElement('div');
div.id = command.cid;
div.id = 'command_' + command.cid;
React.render(
React.createElement(CommandView, {command: command}),
div