mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
Issue #181 cleanup and better command handling
This commit is contained in:
parent
507291a0c4
commit
2402a7a469
2 changed files with 3 additions and 2 deletions
|
@ -284,7 +284,6 @@ var Sandbox = Backbone.View.extend({
|
|||
var Level = require('../level').Level;
|
||||
try {
|
||||
var levelJSON = JSON.parse(unescape(string));
|
||||
console.log(levelJSON);
|
||||
var whenLevelOpen = Q.defer();
|
||||
this.currentLevel = new Level({
|
||||
level: levelJSON,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue