Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Bug 886824 - Introduce shell target for l20n.js; r=gandalf
Browse files Browse the repository at this point in the history
  • Loading branch information
stasm authored and Zbigniew Braniecki committed Jun 27, 2013
1 parent 617b1a8 commit 4210be1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bindings/l20n/shell.js
@@ -0,0 +1,9 @@
define(function (require, exports, module) {
'use strict';

var L20n = require('../l20n');
L20n.RetranslationManager = require('./retranslation').RetranslationManager;

return L20n;

});
5 changes: 5 additions & 0 deletions build/suffix/shell.js
@@ -0,0 +1,5 @@
// attach the L20n singleton to the global object
this.L20n = require('l20n/shell');

// close the function defined in build/prefix/microrequire.js
})(this);

0 comments on commit 4210be1

Please sign in to comment.