corrected typo and incremented version to next snapshot

This commit is contained in:
Manuel Friedli 2014-10-17 21:13:02 +02:00
parent 5f6f67cfef
commit 80df0d24cb
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
6.3.3
6.4-SNAPSHOT

View File

@ -77,7 +77,7 @@
this.start();
}
};
var setLanguage = function setLanugage(languageKey) {
var setLanguage = function setLanguage(languageKey) {
if (languageKey !== this.options.language) {
this.options.language = languageKey;
var renderer = new UhrRenderer(language.bind(this)(), this.element.find('.letterarea'));