咖啡脚本中意外的'{'

jea*_*ean 1 javascript coffeescript

我在咖啡脚本中写了一些行来初始化jquery-ui日期选择器

#this code is working fine
$(".picktime").datepicker
  numberOfMonths: 1

#this give me an Error: Parse error on line 3: Unexpected '{'
$(".picktime").datepicker
  numberOfMonths: 1
  showButtonPanel: true 
Run Code Online (Sandbox Code Playgroud)

谢谢.

Mar*_*ahl 5

发表回答:

检查你的空白; 确保你没有混合标签和空格.