Standardize on uppercase

This commit is contained in:
Kijin Sung 2016-01-11 16:44:10 +09:00
parent 4449d4ad72
commit d51ad8b4e5
16 changed files with 19 additions and 19 deletions

View file

@ -0,0 +1,8 @@
(function($,v){
v=xe.getApp('validator')[0];if(!v)return;
v.cast('ADD_FILTER',['condition', {'greeting1':{required:true},'greeting2':{'if':[{test:'$greeting1 == \'Hello\'', attr:'required', value:'true'}]}}]);
v.cast('ADD_MESSAGE',['isnull','isnull']);
v.cast('ADD_MESSAGE',['outofrange','outofrange']);
v.cast('ADD_MESSAGE',['equalto','equalto']);
})(jQuery);