Comparing version 0.0.27 to 0.0.28
@@ -254,4 +254,2 @@ /* | ||
opts = {}; // Reset | ||
if (from == to) { | ||
@@ -258,0 +256,0 @@ throw new Error('Cannot copy ' + from + ' to itself.'); |
@@ -39,3 +39,3 @@ /* | ||
this.getDefaultLocale = function (locale) { | ||
this.getDefaultLocale = function () { | ||
return _defaultLocale; | ||
@@ -56,3 +56,3 @@ }; | ||
i18n.I18n = function (locale) { | ||
var _locale = locale || DEFAULT_LOCALE; | ||
var _locale = locale || i18n.getDefaultLocale(); | ||
@@ -59,0 +59,0 @@ this.getLocale = function (locale) { |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)", | ||
@@ -21,2 +21,5 @@ "main": "./lib/index.js", | ||
}, | ||
"devDependencies": { | ||
"jake": "latest" | ||
}, | ||
"engines": { | ||
@@ -23,0 +26,0 @@ "node": "*" |
utilities | ||
========= | ||
[![build status](https://secure.travis-ci.org/mde/utilities.png)](http://travis-ci.org/mde/utilities) | ||
[![Build Status](https://travis-ci.org/mde/utilities.png?branch=master)](https://travis-ci.org/mde/utilities) | ||
A classic collection of JavaScript utilities | ||
A classic collection of JavaScript utilities |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
185216
7
1
5670