From 8afecce0007ec4576178db1bbb3dc80743de0048 Mon Sep 17 00:00:00 2001 From: Erik Lieben Date: Mon, 15 Feb 2016 10:19:06 +0100 Subject: [PATCH] Fixed spacing --- materialize-css/materialize-css.d.ts | 175 +++++++++++++-------------- 1 file changed, 87 insertions(+), 88 deletions(-) diff --git a/materialize-css/materialize-css.d.ts b/materialize-css/materialize-css.d.ts index 0a80c43afa..b41d608ced 100644 --- a/materialize-css/materialize-css.d.ts +++ b/materialize-css/materialize-css.d.ts @@ -289,93 +289,92 @@ declare module Materialize { declare var Materialize : Materialize.Materialize; interface JQuery { - - /** - * Collapsibles are accordion elements that expand when clicked on. - * They allow you to hide content that is not immediately relevant to the user. - * - * @name options the collapsible options - */ - collapsible(options?: Materialize.CollapsibleOptions): void; - - /** - * Tooltips are small, interactive, textual hints for mainly graphical elements. - * When using icons for actions you can use a tooltip to give people clarification on its function. - * - * @name options the tooltip options or the string "remove" to remove the tooltip function - */ - tooltip(options?: Materialize.TooltipOptions|string): void; - - /** - * Add a dropdown list to any button. - * Make sure that the data-activates attribute matches the id in the