Skip to content

Commit

Permalink
removed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed Aug 14, 2015
1 parent c8a2bd9 commit 6e5b121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/uv-shared-module/BaseProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ class BaseProvider implements IProvider{

getLocales(): any[] {
if (this.locales) return this.locales;
b

// use data-locales to prioritise
var items = this.config.localisation.locales.clone();
var sorting = this.bootstrapper.params.locales;
Expand Down

0 comments on commit 6e5b121

Please sign in to comment.