Support for cyrillic characters

This commit is contained in:
knsv
2014-12-01 21:12:14 +01:00
parent 9537f60b01
commit 1502346172
7 changed files with 7 additions and 7 deletions

View File

@@ -304,7 +304,7 @@ exports.tester = function(){};
* @returns {string}
*/
exports.version = function(){
return '0.2.9';
return '0.2.10';
};
var equals = function (val, variable){