Skip to content

Commit 8e285c4

Browse files
committed
升级 1.1.5
1 parent 47141ca commit 8e285c4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/angular-wt-genius-min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-wt-genius.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ angular.module('wt.genius', []);
3636

3737
function _notify(p) {
3838
var options = this.options = angular.extend({}, defaults, configOptions, p);
39-
var myNotify = new notify(options.title, options);
39+
var myNotify = new Notify.default(options.title, options);
4040
if (notify.needsPermission) {
4141
notify.requestPermission(function () {
4242
myNotify.show();

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-wt-genius",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Worktile/Lesschat front end util. ## wt-genius-notify ## wt-genius-localData ## wt-genius-validatorName",
55
"main": "gulpfile.js",
66
"scripts": {

src/wt-notify/wt-notify.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
function _notify(p) {
3737
var options = this.options = angular.extend({}, defaults, configOptions, p);
38-
var myNotify = new notify(options.title, options);
38+
var myNotify = new Notify.default(options.title, options);
3939
if (notify.needsPermission) {
4040
notify.requestPermission(function () {
4141
myNotify.show();

0 commit comments

Comments
 (0)