Fix case and spelling of widget-type names
[mkws-moved-to-github.git] / src / mkws-widget-record.js
index 1d77e40..6ee1547 100644 (file)
@@ -12,7 +12,7 @@ mkws.registerWidgetType('record', function() {
 });
 
 mkws.registerWidgetType('image', function() {
-  mkws.promotionFunction('records').call(this);
+  1mkws.promotionFunction('records').call(this);
   if (!this.config.template) this.config.template = 'Image';
 });