added use strict
This commit is contained in:
src
containers
editable-form
element
inputs-ext
inputs
@ -8,7 +8,8 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc.
|
||||
@uses textarea
|
||||
**/
|
||||
(function ($) {
|
||||
|
||||
"use strict";
|
||||
|
||||
var EditableForm = function (div, options) {
|
||||
this.options = $.extend({}, $.fn.editableform.defaults, options);
|
||||
this.$div = $(div); //div, containing form. Not form tag. Not editable-element.
|
||||
|
Reference in New Issue
Block a user