Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
Code clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Simoens committed Apr 10, 2012
1 parent 377da89 commit b5d8b89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Ux/locale/override/st/form/FieldSet.js
@@ -1,11 +1,11 @@
Ext.define('Ux.locale.override.st.form.FieldSet', {
override: 'Ext.form.FieldSet',
override : 'Ext.form.FieldSet',

requires: [
'Ux.locale.override.st.Component'
requires : [
'Ux.locale.override.st.Component'
],

setLocale: function(locale) {
setLocale : function(locale) {
var me = this,
locales = me.locales || me.getInitialConfig().locales,
title = locales.title,
Expand Down

0 comments on commit b5d8b89

Please sign in to comment.