Skip to content

Commit 8e5bbbf

Browse files
committed
2 parents a4c0f80 + 075c485 commit 8e5bbbf

File tree

1 file changed

+3
-3
lines changed
  • src/AbpCompanyName.AbpProjectName.WebMpa/js

1 file changed

+3
-3
lines changed

src/AbpCompanyName.AbpProjectName.WebMpa/js/main.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
(function($) {
2-
1+
(function ($) {
2+
33
//Notification handler
44
abp.event.on('abp.notifications.received', function (userNotification) {
55
abp.notifications.showUiNotifyForUserNotification(userNotification);
@@ -20,7 +20,7 @@
2020
data.map(function (x) { obj[x.name] = x.value; });
2121

2222
return obj;
23-
}
23+
};
2424

2525
//Configure blockUI
2626
(function ($) {

0 commit comments

Comments
 (0)