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

Commit

Permalink
Merge pull request #10 from Financial-Times/ftdomdelegate
Browse files Browse the repository at this point in the history
changed dom-delegate to ftdomdelegate in bower.json
  • Loading branch information
wheresrhys committed Jul 8, 2014
2 parents 54e482b + b5502b7 commit 477149c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"o-useragent": "^1.1.0",
"o-viewport": "*",
"o-dom": "^0.3.0",
"dom-delegate": "~1.0.0",
"ftdomdelegate": ">=1.0.0 <3",
"o-squishy-list": "^1.0.0",
"o-layers": "^0.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/js/Nav.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*global require, module*/

var DomDelegate = require('dom-delegate'),
var DomDelegate = require('ftdomdelegate'),
oDom = require('o-dom'),
utils = require('./utils');

Expand Down
2 changes: 1 addition & 1 deletion src/js/ResponsiveNav.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*global require,module*/

var SquishyList = require('o-squishy-list'),
DomDelegate = require('dom-delegate'),
DomDelegate = require('ftdomdelegate'),
oViewport = require('o-viewport'),
Nav = require('./Nav');

Expand Down

0 comments on commit 477149c

Please sign in to comment.