mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
replace internal module to namespace
This commit is contained in:
Vendored
+3
-3
@@ -17,7 +17,7 @@
|
||||
*
|
||||
* Version 1.1 - fixed bug - makeEditable is now a function on .editable
|
||||
* also refactored how the Editable classes inherit to simplify
|
||||
*
|
||||
*
|
||||
* Version 1.2 - amended callback on commmand.fail() method - accepts response,
|
||||
* status and message values
|
||||
*/
|
||||
@@ -63,7 +63,7 @@ interface KnockoutBindingHandlers {
|
||||
//
|
||||
// namespace for ko.plus types
|
||||
//
|
||||
declare module KoPlus {
|
||||
declare namespace KoPlus {
|
||||
|
||||
//#region Command types
|
||||
|
||||
@@ -154,4 +154,4 @@ declare module KoPlus {
|
||||
}
|
||||
|
||||
//#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user