Skip to content

Commit

Permalink
🎉 Happy new year!
Browse files Browse the repository at this point in the history
  • Loading branch information
madrobby committed Dec 31, 2015
1 parent 7b3c1b7 commit 601372a
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion MIT-LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2010-2015 Thomas Fuchs
Copyright (c) 2010-2016 Thomas Fuchs
http://zeptojs.com/

Permission is hereby granted, free of charge, to any person obtaining
Expand Down
4 changes: 2 additions & 2 deletions src/ajax.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Zepto.js
// (c) 2010-2015 Thomas Fuchs
// (c) 2010-2016 Thomas Fuchs
// Zepto.js may be freely distributed under the MIT license.

;(function($){
Expand Down Expand Up @@ -250,7 +250,7 @@
var result, error = false
if ((xhr.status >= 200 && xhr.status < 300) || xhr.status == 304 || (xhr.status == 0 && protocol == 'file:')) {
dataType = dataType || mimeToDataType(settings.mimeType || xhr.getResponseHeader('content-type'))

if (xhr.responseType == 'arraybuffer' || xhr.responseType == 'blob')
result = xhr.response
else {
Expand Down
2 changes: 1 addition & 1 deletion src/assets.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Zepto.js
// (c) 2010-2015 Thomas Fuchs
// (c) 2010-2016 Thomas Fuchs
// Zepto.js may be freely distributed under the MIT license.

;(function($){
Expand Down
2 changes: 1 addition & 1 deletion src/callbacks.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Zepto.js
// (c) 2010-2015 Thomas Fuchs
// (c) 2010-2016 Thomas Fuchs
// Zepto.js may be freely distributed under the MIT license.

;(function($){
Expand Down
2 changes: 1 addition & 1 deletion src/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Zepto.js
// (c) 2010-2015 Thomas Fuchs
// (c) 2010-2016 Thomas Fuchs
// Zepto.js may be freely distributed under the MIT license.

// The following code is heavily inspired by jQuery's $.fn.data()
Expand Down
2 changes: 1 addition & 1 deletion src/deferred.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Zepto.js
// (c) 2010-2015 Thomas Fuchs
// (c) 2010-2016 Thomas Fuchs
// Zepto.js may be freely distributed under the MIT license.
//
// Some code (c) 2005, 2013 jQuery Foundation, Inc. and other contributors
Expand Down
2 changes: 1 addition & 1 deletion src/detect.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Zepto.js
// (c) 2010-2015 Thomas Fuchs
// (c) 2010-2016 Thomas Fuchs
// Zepto.js may be freely distributed under the MIT license.

;(function($){
Expand Down
2 changes: 1 addition & 1 deletion src/event.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Zepto.js
// (c) 2010-2015 Thomas Fuchs
// (c) 2010-2016 Thomas Fuchs
// Zepto.js may be freely distributed under the MIT license.

;(function($){
Expand Down
2 changes: 1 addition & 1 deletion src/form.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Zepto.js
// (c) 2010-2015 Thomas Fuchs
// (c) 2010-2016 Thomas Fuchs
// Zepto.js may be freely distributed under the MIT license.

;(function($){
Expand Down
2 changes: 1 addition & 1 deletion src/fx.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Zepto.js
// (c) 2010-2015 Thomas Fuchs
// (c) 2010-2016 Thomas Fuchs
// Zepto.js may be freely distributed under the MIT license.

;(function($, undefined){
Expand Down
2 changes: 1 addition & 1 deletion src/fx_methods.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Zepto.js
// (c) 2010-2015 Thomas Fuchs
// (c) 2010-2016 Thomas Fuchs
// Zepto.js may be freely distributed under the MIT license.

;(function($, undefined){
Expand Down
2 changes: 1 addition & 1 deletion src/gesture.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Zepto.js
// (c) 2010-2015 Thomas Fuchs
// (c) 2010-2016 Thomas Fuchs
// Zepto.js may be freely distributed under the MIT license.

;(function($){
Expand Down
2 changes: 1 addition & 1 deletion src/ie.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Zepto.js
// (c) 2010-2015 Thomas Fuchs
// (c) 2010-2016 Thomas Fuchs
// Zepto.js may be freely distributed under the MIT license.

;(function(){
Expand Down
2 changes: 1 addition & 1 deletion src/ios3.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Zepto.js
// (c) 2010-2015 Thomas Fuchs
// (c) 2010-2016 Thomas Fuchs
// Zepto.js may be freely distributed under the MIT license.

;(function(undefined){
Expand Down
2 changes: 1 addition & 1 deletion src/selector.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Zepto.js
// (c) 2010-2015 Thomas Fuchs
// (c) 2010-2016 Thomas Fuchs
// Zepto.js may be freely distributed under the MIT license.

;(function($){
Expand Down
2 changes: 1 addition & 1 deletion src/stack.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Zepto.js
// (c) 2010-2015 Thomas Fuchs
// (c) 2010-2016 Thomas Fuchs
// Zepto.js may be freely distributed under the MIT license.

;(function($){
Expand Down
2 changes: 1 addition & 1 deletion src/touch.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Zepto.js
// (c) 2010-2015 Thomas Fuchs
// (c) 2010-2016 Thomas Fuchs
// Zepto.js may be freely distributed under the MIT license.

;(function($){
Expand Down
2 changes: 1 addition & 1 deletion src/zepto.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Zepto.js
// (c) 2010-2015 Thomas Fuchs
// (c) 2010-2016 Thomas Fuchs
// Zepto.js may be freely distributed under the MIT license.

var Zepto = (function() {
Expand Down

0 comments on commit 601372a

Please sign in to comment.