mirror of
https://github.com/google/blockly.git
synced 2026-01-25 01:30:12 +01:00
Further cleanup and removal of unnecessary functions. Pull some strings out for i18n.
This commit is contained in:
@@ -66,11 +66,8 @@ blocklyApp.FieldSegmentComponent = ng.core.Component({
|
||||
})
|
||||
.Class({
|
||||
constructor: [
|
||||
blocklyApp.NotificationsService, blocklyApp.UtilsService,
|
||||
function(_notificationsService, _utilsService) {
|
||||
this.notificationsService = _notificationsService;
|
||||
this.utilsService = _utilsService;
|
||||
|
||||
blocklyApp.NotificationsService, function(notificationsService) {
|
||||
this.notificationsService = notificationsService;
|
||||
this.dropdownOptions = [];
|
||||
}],
|
||||
ngOnInit: function() {
|
||||
|
||||
Reference in New Issue
Block a user