ReferenceError:未使用HandlebarsJs版本2.0.0定义了Handlebars

时间:2015-01-26 18:16:16

标签: javascript requirejs handlebars.js amd

我正在使用requirejs v2.1.6来加载诸如jquery,jquery mobile,handlebarjs和其他javascript库之类的库。我正在使用handlebarsJS版本2.0.0运行时。

paths : {

        text : 'lib/require/text',
        jquery : 'lib/jquery/jquery-2.1.1.min',
        jquerymobile : 'lib/jquery/jquery.mobile-1.4.5.min',
        Handlebars : 'lib/handlebars/handlebars.runtime-v2.0.0'
}

加载预编译模板时,

var template = Handlebars.templates['loginTemplate'];

我收到错误

Reference Error: Handlebars is not defined


var template = Handlebars.template, templates = Handlebars.templates = Handlebar...

0 个答案:

没有答案