1
0
Fork 0
forked from 0x2620/oxjs

add localization to Ox

This commit is contained in:
j 2013-05-09 13:03:33 +00:00
commit 4d8c716d0b
31 changed files with 499 additions and 352 deletions

View file

@ -62,7 +62,7 @@ Ox.Picker = function(options, self) {
.appendTo(self.$bar);
self.$doneButton = Ox.Button({
title: 'Done',
title: Ox._('Done'),
width: 48
})
.click(hideMenu)