mirror of
https://github.com/mupen64plus-ae/acralyzer.git
synced 2024-11-23 13:39:51 +00:00
Fix build
This commit is contained in:
parent
782ae1db92
commit
60a7629f20
@ -16,7 +16,7 @@
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Acralyzer. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
(function(acralyzerConfig,angular,acralyzerEvents,acralyzer,hex_md5) {
|
||||
(function(acralyzerConfig,angular,acralyzerEvents,acralyzer,hex_md5,Showdown) {
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
@ -474,4 +474,4 @@
|
||||
return ReportsStore;
|
||||
}]);
|
||||
|
||||
})(window.acralyzerConfig,window.angular,window.acralyzerEvents,window.acralyzer,window.hex_md5);
|
||||
})(window.acralyzerConfig,window.angular,window.acralyzerEvents,window.acralyzer,window.hex_md5,window.Showdown);
|
||||
|
Loading…
Reference in New Issue
Block a user