Skip to content

Commit 4b21af1

Browse files
committed
Update zepto/zepto.js
1 parent 0697dec commit 4b21af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zepto/zepto.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ window.Zepto = Zepto;
507507

508508

509509
if ( typeof define === "function" && define.amd ) {
510-
define( "zepto", [], function () { return Zepto; } );
510+
define(function () { return Zepto; } );
511511
}
512512

513513
// Zepto.js

0 commit comments

Comments
 (0)