aboutsummaryrefslogtreecommitdiffstats
path: root/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/options.as
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-19 13:33:45 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-19 13:33:45 +0100
commit0938db8f7b565e65248411a3eb3039481247f3f5 (patch)
treea791dda7c11d9fc015a82f2057ba984c548e1bef /library/simplepie/demo/for_the_demo/source_files/sIFR-r245/options.as
parent57584ea4295df83f3dfd57d99917178ecf2e250f (diff)
parentd2c971eda99fadb7515fb1e1ea4bd645a52513bd (diff)
downloadvolse-hubzilla-0938db8f7b565e65248411a3eb3039481247f3f5.tar.gz
volse-hubzilla-0938db8f7b565e65248411a3eb3039481247f3f5.tar.bz2
volse-hubzilla-0938db8f7b565e65248411a3eb3039481247f3f5.zip
Merge branch 'dev' into bs4
Diffstat (limited to 'library/simplepie/demo/for_the_demo/source_files/sIFR-r245/options.as')
-rw-r--r--library/simplepie/demo/for_the_demo/source_files/sIFR-r245/options.as12
1 files changed, 0 insertions, 12 deletions
diff --git a/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/options.as b/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/options.as
deleted file mode 100644
index 4d371954b..000000000
--- a/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/options.as
+++ /dev/null
@@ -1,12 +0,0 @@
-// MTASC only parses as-files with class definitions, so here goes...
-class Options {
- public static function apply() {
- sIFR.fromLocal = true;
- sIFR.domains = ['*'];
-
- // Parsing `p.foo` might not work, see: <http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004&file=00001766.html>
- // Appearantly you have to use hex color codes as well, names are not supported!
-
- sIFR.styles.parseCSS('.foo { text-decoration: underline; }');
- }
-}