mirror of
https://github.com/google/blockly.git
synced 2026-01-06 00:20:37 +01:00
Update pull request, mostly whitespace and comments.
This commit is contained in:
@@ -352,7 +352,7 @@ Blockly.Lua['lists_sort'] = function(block) {
|
||||
'end']);
|
||||
|
||||
var code = functionName +
|
||||
'(' + listCode + ',"' + type + '", ' + direction + ')';
|
||||
'(' + listCode + ',"' + type + '", ' + direction + ')';
|
||||
return [code, Blockly.Lua.ORDER_HIGH];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user