mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
Add "var" so element is local instead of global Strict mode doesn't allow undeclared global vars, and these really should be local anyway.