Mercurial > hg > digilib-old
changeset 999:db78076e7e7e
oops, replaced 1 'button' too many
author | hertzhaft |
---|---|
date | Mon, 13 Feb 2012 11:54:44 +0100 |
parents | d084717a1ed9 |
children | f7bfc40bffea |
files | webapp/src/main/webapp/jquery/jquery.digilib.buttons.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/jquery.digilib.buttons.js Mon Feb 13 11:49:35 2012 +0100 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.buttons.js Mon Feb 13 11:54:44 2012 +0100 @@ -512,7 +512,7 @@ return methods.init.apply( this, arguments ); } else { - $.error( 'Method ' + method + ' does not exist on digilib.handles.slider!' ); + $.error( 'Method ' + method + ' does not exist on digilib.buttons.slider!' ); } }; };