Browse Source

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 years ago
parent
commit
8b58673f19
1 changed files with 2 additions and 1 deletions
  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"
         }
     }
 }