Merge branch 'master' into rename-repo-url

This commit is contained in:
vvakame
2016-03-17 21:06:54 +09:00
1140 changed files with 179704 additions and 179635 deletions
+3 -3
View File
@@ -9,7 +9,7 @@
* MIT Licensed
* @license
*/
declare module lunr
declare namespace lunr
{
var version:string;
@@ -42,7 +42,7 @@ declare module lunr
*/
function stopWordFilter(token:string):string;
module stopWordFilter {
namespace stopWordFilter {
var stopWords:SortedSet<string>;
}
@@ -836,4 +836,4 @@ declare module lunr
* });
* ```
*/
declare function lunr(config:Function):lunr.Index;
declare function lunr(config:Function):lunr.Index;