replace internal module to namespace

This commit is contained in:
vvakame
2016-03-17 02:18:10 +09:00
parent 2f47c75835
commit 14fe4313f4
1139 changed files with 179639 additions and 179639 deletions
+2 -2
View File
@@ -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
*/