From bcfb200482c26b2bfc0d6577b1eb0de7a19a6762 Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Thu, 26 Apr 2012 16:23:59 -0700 Subject: Removing all "module" declarations and replaced with "prototype" in preparation for montage converting to the new "prototype" format fully --- js/components/popup-manager.reel/popup-manager.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/components/popup-manager.reel/popup-manager.js') diff --git a/js/components/popup-manager.reel/popup-manager.js b/js/components/popup-manager.reel/popup-manager.js index fbcd5035..cf818b4e 100755 --- a/js/components/popup-manager.reel/popup-manager.js +++ b/js/components/popup-manager.reel/popup-manager.js @@ -10,8 +10,8 @@ var Montage = require("montage/core/core").Montage, Component = require("montage/ui/component").Component, Popup = require("js/components/popup.reel").Popup; //////////////////////////////////////////////////////////////////////// -//Exporting as PopupMananger -exports.PopupMananger = Montage.create(Component, { +//Exporting as PopupManager +exports.PopupManager = Montage.create(Component, { //////////////////////////////////////////////////////////////////// // deserializedFromTemplate: { -- cgit v1.2.3