Browse Source

spelling: overridden

pull/4067/head
Josh Soref 8 years ago
parent
commit
5f18cca855
3 changed files with 3 additions and 3 deletions
  1. 2
      dist/components/nag.js
  2. 2
      dist/semantic.js
  3. 2
      src/definitions/modules/nag.js

2
dist/components/nag.js

@ -451,7 +451,7 @@ $.fn.nag.settings = {
namespace : 'Nag', namespace : 'Nag',
// allows cookie to be overriden
// allows cookie to be overridden
persist : false, persist : false,
// set to zero to require manually dismissal, otherwise hides on its own // set to zero to require manually dismissal, otherwise hides on its own

2
dist/semantic.js

@ -9983,7 +9983,7 @@ $.fn.nag.settings = {
namespace : 'Nag', namespace : 'Nag',
// allows cookie to be overriden
// allows cookie to be overridden
persist : false, persist : false,
// set to zero to require manually dismissal, otherwise hides on its own // set to zero to require manually dismissal, otherwise hides on its own

2
src/definitions/modules/nag.js

@ -451,7 +451,7 @@ $.fn.nag.settings = {
namespace : 'Nag', namespace : 'Nag',
// allows cookie to be overriden
// allows cookie to be overridden
persist : false, persist : false,
// set to zero to require manually dismissal, otherwise hides on its own // set to zero to require manually dismissal, otherwise hides on its own

Loading…
Cancel
Save