added use strict
This commit is contained in:
src
containers
editable-form
element
inputs-ext
inputs
@ -5,6 +5,7 @@ Makes editable any HTML element on the page. Applied as jQuery method.
|
||||
@uses editableContainer
|
||||
**/
|
||||
(function ($) {
|
||||
"use strict";
|
||||
|
||||
var Editable = function (element, options) {
|
||||
this.$element = $(element);
|
||||
|
Reference in New Issue
Block a user