소스 검색

Add age-old backward compatibility pointer.

From Canvas of old to Web of today.
Maybe it saves someone a few hours of its life
when porting from pre-0.12.3.
Herbert Vojčík 9 년 전
부모
커밋
8b58673f19
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      local.amd.json

+ 2 - 1
local.amd.json

@@ -11,7 +11,8 @@
     "map": {
         "*": {
             "00comment": "These are backward compatibility pointers.",
-            "amber_core/Web": "amber-contrib-web/Web"
+            "amber_core/Web": "amber-contrib-web/Web",
+            "amber_core/Canvas": "amber-contrib-web/Web"
         }
     }
 }