Skip to content

Commit

Permalink
updated vladiator dep
Browse files Browse the repository at this point in the history
  • Loading branch information
gushov committed Jan 25, 2013
1 parent 6c47fbc commit ed354f7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 137 deletions.
6 changes: 5 additions & 1 deletion dist/lilmodel.js
@@ -1,4 +1,4 @@
/*! lilmodel - v0.0.8 - 2013-01-24
/*! lilmodel - v0.0.9 - 2013-01-25
* Copyright (c) 2013 August Hovland <gushov@gmail.com>; Licensed MIT */

(function (ctx) {
Expand Down Expand Up @@ -438,6 +438,10 @@ var validator = {
return typeof value === 'boolean';
},

object: function (value) {
return typeof value === 'object';
},

length: function (value, min, max) {

var isBigEnough = !min || value.length >= min;
Expand Down
4 changes: 2 additions & 2 deletions dist/lilmodel.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed354f7

Please sign in to comment.