From af1eb6914e6e4b72e6baabb075138b7716184ff7 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 29 Jul 2010 15:38:14 -0700 Subject: keep #autobind for backward compatibility --- src/Angular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Angular.js b/src/Angular.js index a9362c69..33bf86ea 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -389,7 +389,7 @@ function angularJsConfig(document, config) { match = (scripts[j].src || "").match(filename); if (match) { config.base_url = match[1] + '/'; - extend(match, config, toKeyValue(match[5])); + extend(config, parseKeyValue(match[5])); eachAttribute(jqLite(scripts[j]), function(value, name){ if (/^ng:/.exec(name)) { name = name.substring(3).replace(/-/g, '_'); -- cgit v1.2.3