Skip to content

Commit

Permalink
generate dist files for #534
Browse files Browse the repository at this point in the history
  • Loading branch information
ichord committed Mar 22, 2018
1 parent 3270900 commit 1b7a520
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dist/js/jquery.atwho.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* at.js - 1.5.4
* Copyright (c) 2017 chord.luo <chord.luo@gmail.com>;
* Copyright (c) 2018 chord.luo <chord.luo@gmail.com>;
* Homepage: http://ichord.github.com/At.js
* License: MIT
*/
Expand Down Expand Up @@ -273,6 +273,9 @@ App = (function() {

App.prototype.dispatch = function(e) {
var _, c, ref, results;
if (void 0 === e) {
return;
}
ref = this.controllers;
results = [];
for (_ in ref) {
Expand Down
Loading

0 comments on commit 1b7a520

Please sign in to comment.