Commit Graph
16 Commits
Author SHA1 Message Date
Ed SandGitHub 7a6e559fe5 Update eslint and other devDependencies (#391)
* Update eslint and other devDependencies

* Lint JS in examples/ using eslint-plugin-html (#392)
2021-05-14 15:18:37 +05:30
Ed SandersandNiklas Laxström d53beca719 Update linters
* Update eslint and stylelint config
* Fix Gruntfile.js to actually run stylelint
2019-11-13 04:14:16 +02:00
Ed SandSanthosh Thottingal 4638e843a3 Update OOUI icons (#336)
Fixes #335
2019-05-03 12:25:06 +05:30
Ed Sanders d26b5f8d2e Rename settings-block to uls-settings-block 2014-05-02 14:46:41 +01:00
Ed Sanders 3c924396fe Rename languagefilter to uls-languagefilter 2014-05-02 14:45:20 +01:00
Ed Sanders 6e8a736863 Rename languagefilter-clear to uls-languagefilter-clear 2014-05-02 14:42:29 +01:00
Ed Sanders e4ac600fc5 Rename filtersuggestion to uls-filtersuggestion 2014-05-02 14:41:17 +01:00
Ed Sanders 90dae4cfcd Rename filterinput to uls-filterinput 2014-05-02 14:39:16 +01:00
Ed Sanders b31254396e Rename search-input-block to uls-search-input-block 2014-05-02 14:37:22 +01:00
Ed Sanders b4913cd717 Rename search to uls-search 2014-05-02 14:36:53 +01:00
Ed Sanders 9a4be3023b Rename search-label to uls-search-label 2014-05-02 14:36:46 +01:00
Ed Sanders 20d80a1294 Rename icon-close to uls-icon-close 2014-05-02 14:36:39 +01:00
Ed Sanders 4c8ecb2ebd Rename map-block to uls-map-block 2014-05-02 14:36:31 +01:00
Ed S f0be8b5425 Consistently use this when scope allows it
We have uls = this for scoping, but then we randomly switch between the two, even when 'this' is allowed. We only need to used the local variable in un-proxied anonymous functions.
2014-04-22 14:59:46 -07:00
Ed S 2c0f4e1114 Only use default pos if top/left are undefined
Allows 0 (which is falsey) to be passed as an offsets. Fixes #141
2014-04-22 00:23:38 -07:00
Ed S ad1be8c0af Always close with 'cancel' method
So that the onCancel callback is useful. Fixes #142
2014-04-22 00:14:39 -07:00