Added is.js library

This commit is contained in:
RainLoop Team 2015-02-17 21:44:11 +04:00
parent 2616b911e1
commit 2038acc14a
10 changed files with 3220 additions and 68 deletions

View file

@ -42,6 +42,7 @@ module.exports = {
'ssm': 'window.ssm',
'key': 'window.key',
'_': 'window._',
'is': 'window.is',
'$': 'window.jQuery'
}
};