소스 검색

above->below comment fix

Herbert Vojčík 11 년 전
부모
커밋
62e523b48a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      support/amber.js

+ 1 - 1
support/amber.js

@@ -29,7 +29,7 @@ require = function (require) {
     // 1. amber itself was deployed via bower,
     //    its libraries are next to it; document_home from above covers this
     // 2. amber was deployed in different fashion,
-    //    its libraries are included by bower locally; document_home is fixed above
+    //    its libraries are included by bower locally; document_home is fixed below
     // The detection is done by looking for '/bower_components/' in amber path.
     if (!amber_home.match(/\/bower_components\//)) {
         document_home = amber_home;