我有以下代碼: switch (type) {
case "countdown":
this.render(_this.templates.countdown);
break;
case "timer":
this.render(_this.templates.timer);
if (App.Views.timer) App.Vi
我正在爲Weebly創建拖動&拖放元素。 Weebly將每個元素包裝在Backbone JS視圖中,如explained here。 // My js file. PlatformElement is a Weebly-controlled object exposed to me.
PlatformElement.extend({
initialize: function() {