简体   繁体   中英

Backbone.js doesn't recognize a variable

I'm trying to use Backbone.js in a web page.

When I link to the .js file for version 0.9.9 I get the following error at line 225 .

 TypeError _ is undefined
 _.extend(Backbone,Events);

However, _ is defined at line 40

  var _ = root._;

And that variable declaration isn't inside a loop or conditional statement.

Why doesn't line 225 recognize what line 40 declared?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM