luguosheng1314 commented on a change in pull request #780: KYLIN-4113 Remove
the surplus allCubes field
URL: https://github.com/apache/kylin/pull/780#discussion_r309019087
##########
File path: webapp/app/js/controllers/cubeSchema.js
##########
@@ -260,7 +244,7 @@ KylinApp.controller('CubeSchemaCtrl', function ($scope,
QueryService, UserServic
});
- $scope.checkCubeForm = function(stepIndex){
+ $scope.checkCubeForm = async function(stepIndex){
Review comment:
"async" and "await" are the ES7 grammar,some lower version but is much
popular browser such as ie10、chrome54 unsupported。
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services