Skip to content

Commit a114394

Browse files
committed
Code cosmetics
1 parent d9cc719 commit a114394

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/data.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// The following code is heavily inspired by jQuery's $.fn.data()
66

7-
;(function($) {
7+
;(function($){
88
var data = {}, dataAttr = $.fn.data, camelize = $.camelCase,
99
exp = $.expando = 'Zepto' + (+new Date()), emptyArray = []
1010

src/form.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// (c) 2010-2013 Thomas Fuchs
33
// Zepto.js may be freely distributed under the MIT license.
44

5-
;(function ($) {
5+
;(function($){
66
$.fn.serializeArray = function() {
77
var result = [], el
88
$([].slice.call(this.get(0).elements)).each(function(){

0 commit comments

Comments
 (0)