mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
all casper tests are failing rawr
This commit is contained in:
parent
1427ba0e58
commit
1ff2a731fb
2 changed files with 9 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue