File tree 8 files changed +18
-18
lines changed
8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
- var goog = goog || undefined ;
4
- var Blockly = Blockly || undefined ;
5
- var main = main || undefined ;
6
- var document = document || undefined ;
3
+ /*global goog:true */
4
+ /*global Blockly:true */
5
+ /*global main:true */
6
+ /*global document:true */
7
7
8
8
if ( typeof goog !== 'undefined' ) {
9
9
goog . provide ( 'Blockly.JavaScript.Sendto' ) ;
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
- var Blockly = Blockly || undefined ;
3
- var getInstances = getInstances || undefined ;
2
+ /*global Blockly:true */
3
+ /*global getInstances:true */
4
4
5
5
/// --- Append --------------------------------------------------
6
6
Blockly . Words [ 'google-spreadsheet_append_add-to' ] = { en : 'append to' , de : 'füge zu' } ;
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
- var Blockly = Blockly || undefined ;
3
- var getInstances = getInstances || undefined ;
2
+ /*global Blockly:true */
3
+ /*global getInstances:true */
4
4
5
5
/// ---Create sheet --------------------------------------------------
6
6
Blockly . Words [ 'google-spreadsheet_create-sheet_create-in' ] = { en : 'create in' , de : 'erstelle in' } ;
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
- var Blockly = Blockly || undefined ;
3
- var getInstances = getInstances || undefined ;
2
+ /*global Blockly:true */
3
+ /*global getInstances:true */
4
4
5
5
/// --- Delete rows --------------------------------------------------
6
6
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
- var Blockly = Blockly || undefined ;
3
- var getInstances = getInstances || undefined ;
2
+ /*global Blockly:true */
3
+ /*global getInstances:true */
4
4
5
5
Blockly . Words [ 'google-spreadsheet_delete-sheet_delete-on' ] = { en : 'delete in' , de : 'lösche in' } ;
6
6
Blockly . Words [ 'google-spreadsheet_delete-sheet_sheetName' ] = {
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
- var Blockly = Blockly || undefined ;
3
- var getInstances = getInstances || undefined ;
2
+ /*global Blockly:true */
3
+ /*global getInstances:true */
4
4
5
5
Blockly . Words [ 'google-spreadsheet_duplicate-sheet_duplicate-in' ] = { en : 'duplicate in ' , de : 'dupliziere in' } ;
6
6
Blockly . Words [ 'google-spreadsheet_duplicate-sheet_sheetName' ] = {
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
- var Blockly = Blockly || undefined ;
3
- var getInstances = getInstances || undefined ;
2
+ /*global Blockly:true */
3
+ /*global getInstances:true */
4
4
5
5
/// --- Read Cell --------------------------------------------------
6
6
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
- var Blockly = Blockly || undefined ;
3
- var getInstances = getInstances || undefined ;
2
+ /*global Blockly:true */
3
+ /*global getInstances:true */
4
4
5
5
/// --- Write Cell --------------------------------------------------
6
6
You can’t perform that action at this time.
0 commit comments