summaryrefslogtreecommitdiffstats
path: root/core/js/octemplate.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix variable definitions in oc dialogsMorris Jobke2017-05-011-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove unneeded compatibility polyfillsMorris Jobke2016-10-201-1/+1
| | | | | | | | | | | | | | - `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>
* Scrutinizer cleanupkondou2014-06-021-4/+7
|
* add missing ;Jörn Friedrich Dreyer2013-10-231-1/+1
|
* Cache Object.keys(this.vars)Thomas Tanghus2013-08-281-3/+4
|
* Fix octemplate string escaping.Thomas Tanghus2013-08-141-4/+4
|
* Forgot typeof conditionThomas Tanghus2013-06-011-1/+3
|
* Speed up octemplate rendering.Thomas Tanghus2013-06-011-5/+3
|
* Add compatibility function for outerHTMLThomas Tanghus2013-04-291-1/+1
|
* Updated docs.Thomas Tanghus2013-04-151-2/+7
|
* Add octemplate jQuery pluginThomas Tanghus2013-04-061-0/+96