diff --git a/src/data.js b/src/data.js index f12b6e726..9303d46a1 100644 --- a/src/data.js +++ b/src/data.js @@ -4,7 +4,7 @@ // The following code is heavily inspired by jQuery's $.fn.data() -;(function($) { +;(function($){ var data = {}, dataAttr = $.fn.data, camelize = $.camelCase, exp = $.expando = 'Zepto' + (+new Date()), emptyArray = [] diff --git a/src/form.js b/src/form.js index 5eadeffab..cd57b21f7 100644 --- a/src/form.js +++ b/src/form.js @@ -2,7 +2,7 @@ // (c) 2010-2013 Thomas Fuchs // Zepto.js may be freely distributed under the MIT license. -;(function ($) { +;(function($){ $.fn.serializeArray = function() { var result = [], el $([].slice.call(this.get(0).elements)).each(function(){