added use strict
This commit is contained in:
@@ -21,7 +21,8 @@ $(function(){
|
||||
</script>
|
||||
**/
|
||||
(function ($) {
|
||||
|
||||
"use strict";
|
||||
|
||||
var Checklist = function (options) {
|
||||
this.init('checklist', options, Checklist.defaults);
|
||||
};
|
||||
|
Reference in New Issue
Block a user