Removed comments which were screwing up yuglify

This commit is contained in:
Fergal Moran
2014-07-27 16:42:09 +01:00
parent 54c8c6e097
commit aa28ea614b
3 changed files with 0 additions and 19 deletions

View File

@@ -1,16 +1,3 @@
/*! X-editable - v1.5.1
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
/**
Form with single input element, two buttons and two states: normal/loading.
Applied as jQuery method to DIV tag (not to form tag!). This is because form can be in loading state when spinner shown.
Editableform is linked with one of input types, e.g. 'text', 'select' etc.
@class editableform
@uses text
@uses textarea
**/
(function ($) {
"use strict";

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long