mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
replace internal module to namespace
This commit is contained in:
Vendored
+2
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
|
||||
declare module Selectize {
|
||||
declare namespace Selectize {
|
||||
// see https://github.com/brianreavis/selectize.js/blob/master/docs/usage.md
|
||||
// option identifiers are parameterized by T; data is parameterized by U
|
||||
interface IOptions<T, U> {
|
||||
@@ -31,7 +31,7 @@ declare module Selectize {
|
||||
/**
|
||||
* Allows the user to create a new items that aren't in the list of options.
|
||||
* This option can be any of the following: "true", "false" (disabled), or a function that accepts two
|
||||
* arguments: "input" and "callback". The callback should be invoked with the final data for the option.
|
||||
* arguments: "input" and "callback". The callback should be invoked with the final data for the option.
|
||||
*
|
||||
* Default: false
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user