Migration of loading to ES6 module
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
define(['loading', 'scripts/editorsidebar'], function (loading) {
|
||||
'use strict';
|
||||
|
||||
loading = loading.default || loading;
|
||||
|
||||
function reload(context, itemId) {
|
||||
loading.show();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user