mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Missing comma.
This commit is contained in:
@@ -121,8 +121,8 @@ testApp.config((
|
||||
placement: 'bottom',
|
||||
animation: false,
|
||||
popupDelay: 1000,
|
||||
appendToBody: true
|
||||
useContentExp: true
|
||||
appendToBody: true,
|
||||
useContentExp: true,
|
||||
});
|
||||
$tooltipProvider.setTriggers({
|
||||
'customOpenTrigger': 'customCloseTrigger'
|
||||
|
||||
Reference in New Issue
Block a user