mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-30 08:50:32 +02:00
one-shot build (#3266)
* One-shot development * Move jsonp to module * Tooltip -> module * Remove d3.jsonp * Fix tooltip lint * Load all libs but d3 itself with require * Add top-level brfs * Unformat intro graph
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { t } from '../util/locale';
|
||||
import { tooltip } from '../util/tooltip';
|
||||
import _ from 'lodash';
|
||||
import { displayName, entityOrMemberSelector } from '../util/index';
|
||||
import { Icon } from '../svg/index';
|
||||
@@ -137,7 +138,7 @@ export function Commit(context) {
|
||||
});
|
||||
|
||||
warningLi.filter(function(d) { return d.tooltip; })
|
||||
.call(bootstrap.tooltip()
|
||||
.call(tooltip()
|
||||
.title(function(d) { return d.tooltip; })
|
||||
.placement('top')
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user