Browse Source

Add missing error in nag

pull/2092/head
jlukic 9 years ago
parent
commit
556cac1bb9
1 changed files with 3 additions and 2 deletions
  1. 5
      src/definitions/modules/nag.js

5
src/definitions/modules/nag.js

@ -452,8 +452,9 @@ $.fn.nag.settings = {
value : 'dismiss',
error: {
noStorage : 'Neither $.cookie or store is defined. A storage solution is required for storing state',
method : 'The method you called is not defined.'
noCookieStorage : '$.cookie is not included. A storage solution is required.',
noStorage : 'Neither $.cookie or store is defined. A storage solution is required for storing state',
method : 'The method you called is not defined.'
},
className : {

Loading…
Cancel
Save