Browse Source

Update error message for missing dependency in tab

1.0
jlukic 11 years ago
parent
commit
8ce2a3c611
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/tab.js

2
src/definitions/modules/tab.js

@ -777,7 +777,7 @@ $.fn.tab.settings = {
noContent : 'The tab you specified is missing a content url.',
path : 'History enabled, but no path was specified',
recursion : 'Max recursive depth reached',
state : 'The state library has not been initialized'
state : 'History requires Asual\'s Address library <https://github.com/asual/jquery-address>'
},
metadata : {

Loading…
Cancel
Save