fixed small typo: nit => nil

This commit is contained in:
Алекс 2012-08-24 22:18:18 +03:00
commit 797214a977

View file

@ -13,7 +13,7 @@ define(function(require, exports, module) {
);
var buildinConstants = lang.arrayToMap(
("nit|true|false|iota").split("|")
("nil|true|false|iota").split("|")
);
this.$rules = {