Skip to content

Commit

Permalink
0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhenye committed Jul 23, 2019
1 parent 147ed9e commit 8545124
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dist/ass.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global.ASS = factory());
}(this, (function () { 'use strict';
(global = global || self, global.ASS = factory());
}(this, function () { 'use strict';

function parseEffect(text) {
var param = text
Expand Down Expand Up @@ -2058,4 +2058,4 @@

return ASS;

})));
}));
Loading

0 comments on commit 8545124

Please sign in to comment.