This commit is contained in:
Rachel Fenichel
2018-06-25 12:12:24 -07:00
parent 4e2b2b97c3
commit 5b1e249adc
4 changed files with 4 additions and 4 deletions

View File

@@ -626,7 +626,7 @@ Blockly.Constants.Text.QUOTE_IMAGE_MIXIN = {
* @this Blockly.Block
*/
newQuote_: function(open) {
var isLeft = this.RTL? !open : open;
var isLeft = this.RTL ? !open : open;
var dataUri = isLeft ?
this.QUOTE_IMAGE_LEFT_DATAURI :
this.QUOTE_IMAGE_RIGHT_DATAURI;