update dependency for at method

Former-commit-id: 600a1079d3591880654df0b861810b7c070047e9
This commit is contained in:
Dan Heberden
2012-12-18 15:30:38 -08:00
parent 4a0897c734
commit eccd6463f6

View File

@@ -67,6 +67,7 @@
var dependencyMap = {
'after': [],
'assign': ['isArguments'],
'at': ['isString'],
'bind': ['isFunction', 'isObject'],
'bindAll': ['bind', 'functions'],
'bindKey': ['isFunction', 'isObject'],