Skip to content

Commit

Permalink
Code cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
madrobby committed Dec 6, 2013
1 parent d9cc719 commit a114394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []

Expand Down
2 changes: 1 addition & 1 deletion src/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(){
Expand Down

0 comments on commit a114394

Please sign in to comment.