Fix iScroll and angular definitions

This commit is contained in:
Neil Stalker
2013-06-24 17:26:24 +01:00
parent 144b89396c
commit cee8f3ebc2
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
///////////////////////////////////////////////////////////////////////////////
// ngCookies module (angular-cookies.js)
///////////////////////////////////////////////////////////////////////////////
module ng.cookies {
declare module ng.cookies {
///////////////////////////////////////////////////////////////////////////
// CookieService
+1 -1
View File
@@ -9,7 +9,7 @@
///////////////////////////////////////////////////////////////////////////////
// ngSanitize module (angular-sanitize.js)
///////////////////////////////////////////////////////////////////////////////
module ng.sanitize {
declare module ng.sanitize {
///////////////////////////////////////////////////////////////////////////
// SanitizeService
+1 -1
View File
@@ -32,7 +32,7 @@ interface iScrollOptions {
onDestroy?: iScrollEvent;
}
class iScroll {
declare class iScroll {
constructor (element: string);
constructor (element: string, options: iScrollOptions);
+1 -1
View File
@@ -57,7 +57,7 @@ interface iScrollOptions {
onZoomEnd?: iScrollEvent;
}
class iScroll {
declare class iScroll {
constructor (element: string);
constructor (element: string, options: iScrollOptions);