Skip to content

Commit

Permalink
BREAKING CHANGE: the last commit was a breaking change, this commit r…
Browse files Browse the repository at this point in the history
…eflects that (teething issues)

* fix: use single quotes (#1031)
  • Loading branch information
faucomte97 authored and mrniket committed Apr 9, 2019
1 parent f2dde18 commit 3f0351e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/static/game/js/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ ocargo.Game.prototype.reset = function() {
ocargo.Game.prototype.runProgramAndPrepareAnimation = function(blocks) {
this.reset();

ocargo.event.sendEvent("PlayButtonPressed", { levelName: LEVEL_NAME,
ocargo.event.sendEvent('PlayButtonPressed', { levelName: LEVEL_NAME,
defaultLevel: DEFAULT_LEVEL,
workspace: ocargo.blocklyControl.serialize(),
failures: this.failures,
Expand Down

0 comments on commit 3f0351e

Please sign in to comment.