浏览代码

Remove default code to prevent errors

Adel Qalieh 12 年之前
父节点
当前提交
2098d13fa9
共有 1 个文件被更改,包括 0 次插入11 次删除
  1. 0 11
      astroid-web.js

+ 0 - 11
astroid-web.js

@@ -1,15 +1,4 @@
 if (Meteor.isClient) {
-  Template.hello.greeting = function () {
-    return "Welcome to astroid-web.";
-  };
-
-  Template.hello.events({
-    'click input' : function () {
-      // template data, if any, is available in 'this'
-      if (typeof console !== 'undefined')
-        console.log("You pressed the button");
-    }
-  });
 }
 
 if (Meteor.isServer) {