mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-05 16:10:11 +08:00
Renamed jquery.highlight to jquery.highlight-bartaz
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
/// <reference path="jquery.highlight.d.ts" />
|
||||
/// <reference path="jquery.highlight-bartaz.d.ts" />
|
||||
|
||||
|
||||
|
||||
@@ -23,4 +23,4 @@ $('#content').highlight('ipsum', { element: 'em', className: 'important' });
|
||||
$('#content').unhighlight();
|
||||
|
||||
// remove custom highlight
|
||||
$('#content').unhighlight({ element: 'em', className: 'important' });
|
||||
$('#content').unhighlight({ element: 'em', className: 'important' });
|
||||
Vendored
+1
-1
@@ -17,4 +17,4 @@ interface JQuery {
|
||||
caseSensitive?: boolean,
|
||||
wordsOnly?: boolean
|
||||
}): JQuery;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user