Skip to content

Commit 1b7a520

Browse files
committed
generate dist files for #534
1 parent 3270900 commit 1b7a520

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

dist/js/jquery.atwho.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* at.js - 1.5.4
3-
* Copyright (c) 2017 chord.luo <[email protected]>;
3+
* Copyright (c) 2018 chord.luo <[email protected]>;
44
* Homepage: http://ichord.github.com/At.js
55
* License: MIT
66
*/
@@ -273,6 +273,9 @@ App = (function() {
273273

274274
App.prototype.dispatch = function(e) {
275275
var _, c, ref, results;
276+
if (void 0 === e) {
277+
return;
278+
}
276279
ref = this.controllers;
277280
results = [];
278281
for (_ in ref) {

0 commit comments

Comments
 (0)