From 668d220faab95b32c5156b31d161d2f51ee0b636 Mon Sep 17 00:00:00 2001 From: CoryDCode Date: Tue, 20 Jun 2017 12:55:27 -0700 Subject: [PATCH] Fixing an error with block messages and ordering. (#1171) --- accessible/toolbox-modal.service.js | 2 -- demos/accessible/index.html | 11 +---------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/accessible/toolbox-modal.service.js b/accessible/toolbox-modal.service.js index 63d483d8c..fa860d58d 100644 --- a/accessible/toolbox-modal.service.js +++ b/accessible/toolbox-modal.service.js @@ -60,8 +60,6 @@ blocklyApp.ToolboxModalService = ng.core.Class({ 'A pre-show hook must be defined for the toolbox modal before it ' + 'can be shown.'); }; - - this.populateToolbox_(); } ], populateToolbox_: function() { diff --git a/demos/accessible/index.html b/demos/accessible/index.html index 39104d417..5b56668ab 100644 --- a/demos/accessible/index.html +++ b/demos/accessible/index.html @@ -13,11 +13,9 @@ - - - +