Morris Jobke
|
d222351c87
|
Fix variable definitions in oc dialogs
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
2017-05-01 01:09:29 -03:00 |
Morris Jobke
|
f7ca3ec201
|
Remove unneeded compatibility polyfills
- `Object.create` supported with IE9+: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Object/create#Browser_compatibility
- `Object.keys` supported with IE9+: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Object/keys#Browser_compatibility
- `Array.prototype.filter` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter#Browser_compatibility
- `Array.prototype.indexOf` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf#Browser_compatibility
- `Array.prototype.map` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map#Browser_compatibility
- `Function.prototype.bind` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind#Browser_compatibility
- `String.prototype.trim` supported with IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim#Browser_compatibility
- `outerHTML` supported with Firefox 11+: https://developer.mozilla.org/en-US/docs/Web/API/Element/outerHTML#Browser_compatibility
- `window.devicePixelRatio` supported in IE11+: http://caniuse.com/#feat=devicepixelratio
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
2016-10-20 10:17:18 +02:00 |
kondou
|
9bc3f3cf30
|
Scrutinizer cleanup
|
2014-06-02 21:09:41 +02:00 |
Jörn Friedrich Dreyer
|
c478a792fb
|
add missing ;
|
2013-10-23 10:59:01 +02:00 |
Thomas Tanghus
|
776d64f804
|
Cache Object.keys(this.vars)
|
2013-08-28 12:50:05 +02:00 |
Thomas Tanghus
|
ca495758bd
|
Fix octemplate string escaping.
|
2013-08-14 23:06:43 +02:00 |
Thomas Tanghus
|
bfcf113ce7
|
Forgot typeof condition
|
2013-06-01 16:47:34 +02:00 |
Thomas Tanghus
|
64c9fdcc28
|
Speed up octemplate rendering.
|
2013-06-01 16:38:35 +02:00 |
Thomas Tanghus
|
048569754a
|
Add compatibility function for outerHTML
|
2013-04-29 22:35:37 +02:00 |
Thomas Tanghus
|
155582ab70
|
Updated docs.
|
2013-04-15 22:10:29 +02:00 |
Thomas Tanghus
|
870b73ce5a
|
Add octemplate jQuery plugin
|
2013-04-06 23:24:43 +02:00 |