Skip to content

Instantly share code, notes, and snippets.

@danito
danito / ubiquity-amazon-local.js
Created February 17, 2009 09:02 — forked from garyhodgson/ubiquity-amazon-local.js
Fork of amazon locale to include .fr
/**
* Ubiquity command to perform a 'Blended' search in Amazon Germany, UK, USA, Japan, France or Canada.
*/
/**
* Core Type Extension
* Now returns the index of the suggestion array as the data element
*/
function ModNounType(name, expectedWords) {this._init(name, expectedWords);};
var F = function() {};