js2ts: dipcenter(WIP)
- summernote 이식 - summernote/imageFip plugin 이식
This commit is contained in:
@@ -100,7 +100,7 @@ export function getIconPath(imgsvr: boolean | 1 | 0, picture: string): string {
|
||||
}
|
||||
}
|
||||
|
||||
export function activeFlip($obj?: JQuery<HTMLElement>): void {
|
||||
export function activateFlip($obj?: JQuery<HTMLElement>): void {
|
||||
let $result: JQuery<HTMLElement>;
|
||||
if ($obj === undefined) {
|
||||
$result = $('img[data-flip]');
|
||||
|
||||
Reference in New Issue
Block a user