소스 검색

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) {