From 43645bdcf4889b77919c31a8975f93e284701837 Mon Sep 17 00:00:00 2001 From: Dylan Markow Date: Tue, 28 Aug 2012 19:53:04 -0700 Subject: [PATCH] Two colons, not one --- motion/core/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motion/core/app.rb b/motion/core/app.rb index ab147fed..39686ec4 100644 --- a/motion/core/app.rb +++ b/motion/core/app.rb @@ -122,4 +122,4 @@ def current_locale end end -::App = BubbleWrap::App unless defined?(:App) +::App = BubbleWrap::App unless defined?(::App)