Skip to content

Commit

Permalink
Updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
meanstream committed Nov 23, 2015
1 parent 5617cdd commit bd336fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,12 +413,12 @@
root.elliptical.Validation=factory(root.elliptical.Service);
root.returnExports = root.elliptical.Validation;
}
}(this, function (Service,providers) {
var $Validation=providers.$Validation;
}(this, function (Service) {


var Validation=Service.extend({
'@resource':'Validation', //{String},
$provider:$Validation,
$provider:null,

/**
* @param {object} data
Expand Down

0 comments on commit bd336fa

Please sign in to comment.