Renamed jquery.highlight to jquery.highlight-bartaz

This commit is contained in:
Stefan Profanter
2015-10-26 16:01:41 +01:00
parent 1f7bcc9133
commit bb1c2b4ebc
2 changed files with 3 additions and 3 deletions
@@ -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' });
@@ -17,4 +17,4 @@ interface JQuery {
caseSensitive?: boolean,
wordsOnly?: boolean
}): JQuery;
}
}