<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -310,11 +310,12 @@ Loader.prototype = {
     @returns {Loader} receiver
   */
   global: function(moduleId) {
-    var depends, info, len, idx, factories, moduleId, exports, key, packageId;
+    var depends, info, len, idx, factories, moduleId, exports, key, packageId, ARY;
     
     moduleId = this.canonical(moduleId);
     if ((idx = moduleId.indexOf(':'))&lt;0) throw &quot;package not found: &quot;+moduleId;
     packageId = moduleId.slice(0,idx);
+    ARY = moduleId.split(&quot;:&quot;);
     
     info = this._catalog[packageId];
     if (!info) throw(packageId + &quot; is not registered&quot;);  </diff>
      <filename>lib/loader.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f4dd78e3bcc124d905c47c230e207a862bab36bf</id>
    </parent>
  </parents>
  <author>
    <name>Kevin Dangoor</name>
    <email>kid@blazingthings.com</email>
  </author>
  <url>http://github.com/dangoor/tiki/commit/4067b89666a281300e4fb4b68cd93434329463cf</url>
  <id>4067b89666a281300e4fb4b68cd93434329463cf</id>
  <committed-date>2009-11-09T07:05:15-08:00</committed-date>
  <authored-date>2009-11-09T07:05:15-08:00</authored-date>
  <message>add missing ARY variable</message>
  <tree>2032a4e669c71ad365812c9ee865f990dd03883a</tree>
  <committer>
    <name>Kevin Dangoor</name>
    <email>kid@blazingthings.com</email>
  </committer>
</commit>
