Skip to content

Commit

Permalink
Revise component.js to#12
Browse files Browse the repository at this point in the history
* Add IURL
* Remove unused XML_NS
* Move XUL_NS, HTML_NS, createMock(), createQueryInterface(), getInterfaces(), broad(), till(), notify(), createURI(), getLocalFile(), getExtensionDir(), setPrefValue(), getPrefValue(), getDownloadDir(), getProfileDir(), getTempDir(), getMostRecentWindow(), withStream(), sanitizeHTML(), serializeToString() to utility.js
* Gruntfile.js: Uncomment component.js
  • Loading branch information
syoichi committed Jan 18, 2014
1 parent cbedb78 commit 7ded5af
Show file tree
Hide file tree
Showing 3 changed files with 512 additions and 487 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -7,7 +7,7 @@ module.exports = function (grunt) {
all: [
'Gruntfile.js',
'xpi/components/tombfix.js',
// 'xpi/chrome/content/library/component.js',
'xpi/chrome/content/library/component.js',
'xpi/chrome/content/library/prototype.js',
// 'xpi/chrome/content/library/utility.js',
// 'xpi/chrome/content/library/database.js',
Expand Down

0 comments on commit 7ded5af

Please sign in to comment.