Skip to content

Commit

Permalink
Built Zepto and modified make
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonrt committed Oct 11, 2015
1 parent ce11cad commit 1fe95ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/zepto.js
Original file line number Diff line number Diff line change
Expand Up @@ -2027,7 +2027,7 @@ window.$ === undefined && (window.$ = Zepto)
})
})(Zepto)

(function($) {
;(function($) {
// Add inner and outer width to zepto (adapted from https://gist.github.com/alanhogan/3935463)
var ioDim = function(dimension, includeBorder) {
return function (includeMargin) {
Expand Down
Binary file modified dist/zepto.min.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/zepto.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/polyfill-jquery.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(function($) {
;(function($) {
// Add inner and outer width to zepto (adapted from https://gist.github.com/alanhogan/3935463)
var ioDim = function(dimension, includeBorder) {
return function (includeMargin) {
Expand Down

0 comments on commit 1fe95ee

Please sign in to comment.