Skip to content

Commit

Permalink
Dependency changes
Browse files Browse the repository at this point in the history
- uxrocket.handlebars dependency removed
- Old `uxitdautocomplete` plugin registry removed
  • Loading branch information
bcinarli committed Sep 3, 2015
1 parent 5df39f5 commit 0b456a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uxrocket.autocomplete",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "https://github.com/uxrocket/uxrocket.autocomplete",
"authors": [
"Bilal Çınarlı <[email protected]>"
Expand Down
17 changes: 3 additions & 14 deletions lib/uxrocket.autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@
};


ux = $.fn.autocomplete = $.fn.uxrautocomplete = $.fn.uxitdautocomplete = $.uxrautocomplete = function(options) {
ux = $.fn.autocomplete = $.uxrautocomplete = function(options) {
var selector = this.selector;

return this.each(function() {
Expand Down Expand Up @@ -687,21 +687,10 @@
};

// version
ux.version = '2.0.0';
ux.version = '2.0.2';

// default settings
ux.settings = defaults;
ux.templates = templates;
ux.namespace = ns;
}))
;

// Old IE polyfill
Object.keys = Object.keys ||
function(o, k, r) {
r = [];
for(k in o) {
r.hasOwnProperty.call(o, k) && r.push(k);
}
return r;
};
}));
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uxrocket.autocomplete",
"version": "2.0.1",
"version": "2.0.2",
"description": "UX Rocket Autocomplete: A jQueryUI autocomplete wrapper",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0b456a6

Please sign in to comment.