Skip to content

Commit 21f88f3

Browse files
committed
[compare] missing plugin declaration.
- missing plugin declaration added.
1 parent fe7954d commit 21f88f3

File tree

1 file changed

+1
-1
lines changed
  • plugins/compare/frontend

1 file changed

+1
-1
lines changed

plugins/compare/frontend/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var exported = {};
22

3-
(function() {
3+
(function(plugin) {
44
plugin.init = function() {
55

66
};

0 commit comments

Comments
 (0)