File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
packages/casl-aurelia/src Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11import { Ability } from '@casl/ability' ;
2- import { ValueConverterResource } from 'aurelia-binding' ;
32import { CanValueConverter } from './value-converter/can' ;
43
54export { CanValueConverter } from './value-converter/can' ;
@@ -9,5 +8,5 @@ export function configure(config, providedAbility) {
98 config . container . registerInstance ( Ability , providedAbility ) ;
109 }
1110
12- config . globalResources ( [ CanValueConverter ] )
11+ config . globalResources ( [ CanValueConverter ] ) ;
1312}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export class CanValueConverter {
1414 static $resource = {
1515 name : 'can' ,
1616 type : 'valueConverter'
17- }
17+ } ;
1818
1919 constructor ( ability ) {
2020 this . ability = ability ;
You can’t perform that action at this time.
0 commit comments