added use strict
This commit is contained in:
src
containers
editable-form
element
inputs-ext
inputs
@ -2,6 +2,7 @@
|
||||
Editableform based on jQuery UI
|
||||
*/
|
||||
(function ($) {
|
||||
"use strict";
|
||||
|
||||
$.extend($.fn.editableform.Constructor.prototype, {
|
||||
initButtons: function() {
|
||||
|
Reference in New Issue
Block a user