From 2d8263d02261fa89612398c25f4383431abc6afe Mon Sep 17 00:00:00 2001
From: Henning Leutz <leutz@pcsg.de>
Date: Tue, 14 Apr 2015 13:32:27 +0200
Subject: [PATCH] package name fix

---
 bin/Category.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/Category.js b/bin/Category.js
index d6a73d0..120ebcd 100644
--- a/bin/Category.js
+++ b/bin/Category.js
@@ -1,5 +1,5 @@
 
-define('packages/quiqqer/faq/bin/Category', [
+define('package/quiqqer/faq/bin/Category', [
 
     'qui/QUI',
     'qui/controls/Control'
@@ -11,7 +11,7 @@ define('packages/quiqqer/faq/bin/Category', [
     return new Class({
 
         Extends : QUIControl,
-        Type    : 'packages/quiqqer/faq/bin/Category',
+        Type    : 'package/quiqqer/faq/bin/Category',
 
         Binds : [
             '$onImport',
-- 
GitLab